Update application.fam

This commit is contained in:
RogueMaster
2022-09-17 14:41:10 -04:00
committed by GitHub
parent e207452fbe
commit d698be28c1
@@ -1,12 +1,12 @@
App(
appid="esp8266_deauth",
appid="APPS_ESP8266_Deauth",
name="[ESP8266] Deauther",
apptype=FlipperAppType.EXTERNAL,
entry_point="esp8266_deauth_app",
cdefines=["APP_ESP8266_deauth"],
requires=["gui"],
stack_size=2 * 1024,
order=100,
order=20,
fap_icon="wifi_10px.png",
fap_category="GPIO",
)