Files
Momentum-Firmware/applications/external/unitemp/application.fam
2023-08-31 16:40:04 +02:00

18 lines
461 B
Plaintext

App(
appid="unitemp",
name="[GPIO] Unitemp",
apptype=FlipperAppType.EXTERNAL,
entry_point="unitemp_app",
requires=[
"gui",
],
stack_size=2 * 1024,
fap_description="Universal temperature sensors reader",
fap_version="1.4",
fap_author="@quen0n & (fixes by @xMasterX)",
fap_weburl="https://github.com/quen0n/unitemp-flipperzero",
fap_category="GPIO",
fap_icon="icon.png",
fap_icon_assets="assets",
)