mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 15:00:46 +00:00
03f741468c
by @SequoiaSan
10 lines
228 B
Text
10 lines
228 B
Text
App(
|
|
appid="wifi_scanner",
|
|
name="[WiFi] Scanner",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="wifi_scanner_app",
|
|
cdefines=["APP_WIFI_SCANNER"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=110,
|
|
)
|