mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:58:36 -07:00
18 lines
437 B
Plaintext
18 lines
437 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_author="Quenon",
|
|
fap_weburl="https://github.com/quen0n/Unitemp-Flipper-Zero-Plugin",
|
|
fap_category="GPIO",
|
|
fap_icon="icon.png",
|
|
fap_icon_assets="assets",
|
|
)
|