mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-08 05:39:09 -07:00
14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
App(
|
|
appid="esp8266_ifttt_virtual_button",
|
|
name="[ESP8266] IFTTT Btn",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="ifttt_virtual_button_app",
|
|
cdefines=["APP_IFTTT_VIRTUAL_BUTTON"],
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=2 * 1024,
|
|
fap_icon="icon.png",
|
|
fap_category="WiFi",
|
|
)
|