Merge branch 'fz-dev' into dev

This commit is contained in:
MX
2023-02-08 12:09:57 +03:00
199 changed files with 6363 additions and 2393 deletions

View File

@@ -2,6 +2,7 @@ App(
appid="weather_station",
name="Weather Station",
apptype=FlipperAppType.PLUGIN,
targets=["f7"],
entry_point="weather_station_app",
cdefines=["APP_WEATHER_STATION"],
requires=["gui"],

View File

@@ -6,7 +6,7 @@
#include <lib/flipper_format/flipper_format.h>
#include "furi.h"
#include "furi_hal.h"
#include <furi_hal.h>
#include <lib/subghz/types.h>
#include <locale/locale.h>