mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
# For details & more options, see documentation/AppManifests.md in firmware repo
|
|
|
|
App(
|
|
appid="wifisniffer", # Must be unique
|
|
name="[ESP32 GPS] Advanced Wifi Sniffer", # Displayed in menus
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="wifisniffer_app",
|
|
stack_size=2 * 1024,
|
|
fap_category="WiFi",
|
|
fap_icon="sniff.png", # 10x10 1-bit PNG
|
|
fap_icon_assets="assets",
|
|
fap_icon_assets_symbol="wifisniffer",
|
|
)
|