mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
App(
|
|
appid="APPS_wifi_deauther",
|
|
name="[ESP8266] WiFi (Deauther)",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="wifi_deauther_app",
|
|
cdefines=["APP_WIFI_deauther"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=101,
|
|
fap_icon="wifi_10px.png",
|
|
fap_category="GPIO",
|
|
)
|