mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04: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,
|
||
|
|
)
|