mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
13 lines
305 B
Plaintext
13 lines
305 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,
|
|
order=30,
|
|
fap_icon="wifi_10px.png",
|
|
fap_category="WiFi",
|
|
)
|