mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
App(
|
|
appid="weather_station",
|
|
name="Weather Station",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
targets=["f7"],
|
|
entry_point="weather_station_app",
|
|
requires=["gui"],
|
|
stack_size=4 * 1024,
|
|
fap_description="Receive weather data from a wide range of supported Sub-1GHz remote sensor",
|
|
fap_version="1.1",
|
|
fap_icon="weather_station_10px.png",
|
|
fap_category="Sub-GHz",
|
|
fap_icon_assets="images",
|
|
)
|