Add Evil Portal

This commit is contained in:
ClaraCrazy
2023-07-17 18:34:13 +02:00
parent 37b6375aaa
commit 1b095c3f90
17 changed files with 887 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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="GPIO",
)