Files
Momentum-Firmware/applications/external/mayhem_motion/application.fam
Willy-JL d5f1d0bf02 Format
2023-11-12 12:27:49 +00:00

16 lines
537 B
Plaintext

App(
appid="mayhem_motion",
name="[MAYHEM] Motion detection",
apptype=FlipperAppType.EXTERNAL,
entry_point="uart_echo_app",
cdefines=["APP_QRCODE"],
requires=["gui"],
stack_size=8 * 1024,
order=1,
fap_icon="icon.png",
fap_category="GPIO",
fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
fap_author="eried",
fap_weburl="https://flipper.ried.cl",
)