mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
14 lines
336 B
Text
14 lines
336 B
Text
App(
|
|
appid="am2320_temp_sensor",
|
|
name="[AM2320] Temp. Sensor",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="am_temperature_sensor_app",
|
|
cdefines=["APP_AM_TEMPERATURE_SENSOR"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=90,
|
|
fap_icon="temperature_sensor.png",
|
|
fap_category="GPIO",
|
|
)
|