Add esp32 (mayhem) board apps

This commit is contained in:
Willy-JL
2023-05-31 18:45:42 +01:00
parent da813fd538
commit 92ee646b10
58 changed files with 4282 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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]",
)