mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
15 lines
419 B
Plaintext
15 lines
419 B
Plaintext
App(
|
|
appid="evil_portal",
|
|
name="[ESP32] Evil Portal",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="evil_portal_app",
|
|
cdefines=["APP_EVIL_PORTAL"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_author="bigbrodude6119",
|
|
fap_description="Create an evil captive portal Wi-Fi access point",
|
|
fap_icon_assets="icons",
|
|
fap_icon="icons/evil_portal_10px.png",
|
|
fap_category="WiFi",
|
|
)
|