mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
13 lines
299 B
Plaintext
13 lines
299 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,
|
|
order=90,
|
|
fap_icon="icons/evil_portal_10px.png",
|
|
fap_category="WiFi",
|
|
)
|