mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-15 16:52:38 +03:00
84d12da45a
OFW PR 1833 by Skorpionm
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
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",
|
|
)
|