Revert "Deauthers Organized"

This reverts commit de146af202.
This commit is contained in:
RogueMaster
2022-10-26 17:01:56 -04:00
parent de146af202
commit 226bd3c82b
21 changed files with 21 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
App(
appid="ESP8266_Wifi_Deauther",
name="[ESP8266] WiFi (Deauther)",
appid="ESP8266_Wifi_Deauther_V2",
name="[ESP8266] WiFi (Deauther) V2",
apptype=FlipperAppType.EXTERNAL,
entry_point="esp8266_deauth_app",
cdefines=["APP_ESP8266_deauth"],
entry_point="wifi_deauther_app",
cdefines=["APP_WIFI_deauther"],
requires=["gui"],
stack_size=2 * 1024,
order=20,
stack_size=1 * 1024,
order=30,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)