unleashed-firmware/applications/plugins/am2320_temp_sensor/application.fam

15 lines
336 B
Plaintext
Raw Normal View History

2022-10-20 23:51:13 +03:00
App(
2022-11-02 22:18:08 +03:00
appid="am2320_temp_sensor",
name="[AM2320] Temp. Sensor",
2022-10-20 23:51:13 +03:00
apptype=FlipperAppType.EXTERNAL,
2022-11-03 00:53:28 +03:00
entry_point="am_temperature_sensor_app",
cdefines=["APP_AM_TEMPERATURE_SENSOR"],
2022-10-20 23:51:13 +03:00
requires=[
"gui",
],
stack_size=2 * 1024,
order=90,
fap_icon="temperature_sensor.png",
fap_category="GPIO",
)