mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
wifi scanner & deauther plugins
by @SequoiaSan
This commit is contained in:
10
applications/esp8266_deauth/application.fam
Normal file
10
applications/esp8266_deauth/application.fam
Normal file
@@ -0,0 +1,10 @@
|
||||
App(
|
||||
appid="esp8266_deauth",
|
||||
name="[ESP8266] Deauther",
|
||||
apptype=FlipperAppType.PLUGIN,
|
||||
entry_point="esp8266_deauth_app",
|
||||
cdefines=["APP_ESP8266_deauth"],
|
||||
requires=["gui"],
|
||||
stack_size=2 * 1024,
|
||||
order=100,
|
||||
)
|
||||
Reference in New Issue
Block a user