mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
10 lines
237 B
Text
10 lines
237 B
Text
App(
|
|
appid="wifi_marauder",
|
|
name="[ESP32] WiFi Marauder",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="wifi_marauder_app",
|
|
cdefines=["APP_WIFI_MARAUDER"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=90,
|
|
)
|