Updated Barcode, Subghz receiver & weather station app

This commit is contained in:
VerstreuteSeele
2022-12-25 04:07:07 +01:00
parent dc8329704a
commit 5a60585f6f
6 changed files with 161 additions and 54 deletions

View File

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