mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
16 lines
509 B
Plaintext
16 lines
509 B
Plaintext
App(
|
|
appid="mayhem_qrcode",
|
|
name="[MAYHEM] QR Code",
|
|
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 simple app to show a payload from QR codes. 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",
|
|
)
|