unleashed-firmware/applications/external/unitemp/application.fam
2023-03-15 01:25:18 +03:00

19 lines
No EOL
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"],
)