fix some fams

This commit is contained in:
RogueMaster
2022-11-27 01:50:21 -05:00
parent a089272f1c
commit 7bb418dd79
7 changed files with 10 additions and 10 deletions

View File

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