application.fam 537 B

123456789101112131415
  1. App(
  2. appid="mayhem_motion",
  3. name="[MAYHEM] Motion detection",
  4. apptype=FlipperAppType.EXTERNAL,
  5. entry_point="uart_echo_app",
  6. cdefines=["APP_QRCODE"],
  7. requires=["gui"],
  8. stack_size=8 * 1024,
  9. order=1,
  10. fap_icon="icon.png",
  11. fap_category="GPIO",
  12. 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]",
  13. fap_author="eried",
  14. fap_weburl="https://flipper.ried.cl",
  15. )