mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
App(
|
|
appid="ESP8266_IFTTT_Virtual_Button",
|
|
name="[ESP] IFTTT 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_Extra",
|
|
) |