mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 06:50:12 +00:00
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
App(
|
|
appid="WiFi_Scanner",
|
|
name="[WiFi] Scanner",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="wifi_scanner_app",
|
|
cdefines=["APP_WIFI_SCANNER"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=70,
|
|
fap_icon="wifi_10px.png",
|
|
fap_category="GPIO",
|
|
)
|