mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-10 05:59:08 -07:00
New plugin: Unitemp
This commit is contained in:
19
applications/plugins/unitemp/application.fam
Normal file
19
applications/plugins/unitemp/application.fam
Normal file
@@ -0,0 +1,19 @@
|
||||
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"],
|
||||
)
|
||||
Reference in New Issue
Block a user