mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-27 15:22:29 +03:00
03f741468c
by @SequoiaSan
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,
|
|
)
|