mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
13 lines
No EOL
286 B
Text
13 lines
No EOL
286 B
Text
App(
|
|
appid="quenon_dht_mon",
|
|
name="[DHT] Temp. Monitor",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="quenon_dht_mon_app",
|
|
cdefines=["QUENON_DHT_MON"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
fap_category="GPIO",
|
|
fap_icon="icon.png",
|
|
stack_size=2 * 1024,
|
|
) |