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
@@ -0,0 +1,12 @@
App(
appid="ESP8266_Deauther",
name="[ESP8266] Deauther",
apptype=FlipperAppType.EXTERNAL,
entry_point="esp8266_deauth_app",
cdefines=["APP_ESP8266_deauth"],
requires=["gui"],
stack_size=2 * 1024,
order=20,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

@@ -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",
)
@@ -1,12 +0,0 @@
App(
appid="ESP8266_Wifi_Deauther_V2",
name="[ESP8266] WiFi (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="GPIO",
)