Files
Momentum-Firmware/applications/external/unitemp/application.fam
2023-07-14 02:43:32 +02:00

19 lines
476 B
Plaintext

App(
appid="unitemp",
name="[GPIO] Unitemp",
apptype=FlipperAppType.EXTERNAL,
entry_point="unitemp_app",
requires=[
"gui",
],
stack_size=2 * 1024,
order=100,
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",
)