mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
19 lines
476 B
Plaintext
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",
|
|
)
|