mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
19 lines
502 B
Text
19 lines
502 B
Text
|
App(
|
||
|
appid="unitemp",
|
||
|
name="Temp sensors reader",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="unitemp_app",
|
||
|
cdefines=["UNITEMP_APP"],
|
||
|
requires=[
|
||
|
"gui",
|
||
|
],
|
||
|
stack_size=2 * 1024,
|
||
|
order=100,
|
||
|
fap_description = "Universal temperature sensors reader",
|
||
|
fap_author = "Quenon",
|
||
|
fap_weburl = "https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin",
|
||
|
fap_category="GPIO",
|
||
|
fap_icon="icon.png",
|
||
|
fap_icon_assets="assets",
|
||
|
fap_libs=["assets"],
|
||
|
)
|