Fix for Deauther since "new" version is really OLD

This commit is contained in:
RogueMaster
2022-10-26 17:43:37 -04:00
parent 7a01702717
commit e89bebfea3
17 changed files with 1 additions and 1 deletions

View File

@@ -1,12 +0,0 @@
App(
appid="ESP8266_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=30,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)