mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-04 11:25:55 +03:00
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
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,
|
||
|
)
|