This commit is contained in:
VerstreuteSeele
2023-02-07 19:12:13 +01:00
230 changed files with 10476 additions and 595 deletions

View File

@@ -1,7 +1,8 @@
App(
appid="Weather_Station",
name="Weather Station",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.PLUGIN,
targets=["f7"],
entry_point="weather_station_app",
cdefines=["APP_WEATHER_STATION"],
requires=["gui"],