Files
Momentum-Firmware/applications/external/wifi_deauther/application.fam
2023-08-31 16:40:04 +02:00

16 lines
516 B
Plaintext

App(
appid="esp8266_wifi_deauther_v2",
name="[ESP8266] Deauther v2",
apptype=FlipperAppType.EXTERNAL,
entry_point="wifi_deauther_app",
cdefines=["APP_WIFI_deauther"],
requires=["gui"],
stack_size=1 * 1024,
fap_icon="wifi_10px.png",
fap_category="WiFi",
fap_author="@Timmotools & @xMasterX",
fap_weburl="https://github.com/Timmotools/flipperzero_esp8266_deautherv2",
fap_version="1.0",
fap_description="Works with ESP8266 Deauther v2 by @SpacehuhnTech (github)",
)