mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-09 05:49:09 -07:00
15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
App(
|
|
appid="mayhem_morseflash",
|
|
name="[MAYHEM] Morse Flasher",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="uart_terminal_app",
|
|
cdefines=["APP_UART_TERMINAL"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=90,
|
|
fap_icon_assets="assets",
|
|
fap_icon="icon.png",
|
|
fap_category="GPIO",
|
|
fap_description="ESP32-CAM app to stream a message in morse using the powerful flashlight. [Unplug the USB cable to test with Mayhem]",
|
|
)
|