mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-01 00:39:12 +00:00
84d12da45a
OFW PR 1833 by Skorpionm
13 lines
334 B
Text
13 lines
334 B
Text
App(
|
|
appid="weather_station",
|
|
name="Weather Station",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="weather_station_app",
|
|
cdefines=["APP_WEATHER_STATION"],
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
order=50,
|
|
fap_icon="weather_station_10px.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="images",
|
|
)
|