1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00
Files
unleashed-firmware/applications/plugins/temperature_sensor/application.fam

15 lines
334 B
Plaintext
Raw Normal View History

2022-10-20 23:51:13 +03:00
App(
appid="temperature_sensor",
name="[GPIO] Temperature Sensor",
apptype=FlipperAppType.EXTERNAL,
entry_point="temperature_sensor_app",
cdefines=["APP_TEMPERATURE_SENSOR"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=90,
fap_icon="temperature_sensor.png",
fap_category="GPIO",
)