mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
App(
|
|
appid="ESP8266_IFTTT_Virtual_Button",
|
|
name="[ESP8266] IFTTT Virtual Button",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="ifttt_virtual_button_app",
|
|
cdefines=["APP_IFTTT_VIRTUAL_BUTTON"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icon.png",
|
|
fap_category="GPIO",
|
|
) |