mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
Add esp32 (mayhem) board apps
This commit is contained in:
13
applications/external/esp32cam_marauder_companion/application.fam
vendored
Normal file
13
applications/external/esp32cam_marauder_companion/application.fam
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
App(
|
||||
appid="MAYHEM_Marauder",
|
||||
name="[MAYHEM] Marauder",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="wifi_marauder_app",
|
||||
cdefines=["APP_WIFI_MARAUDER"],
|
||||
requires=["gui"],
|
||||
stack_size=4 * 1024,
|
||||
order=2,
|
||||
fap_icon="wifi_10px.png",
|
||||
fap_category="GPIO",
|
||||
fap_description="ESP32-CAM version of Marauder. Includes all functionality from the original plus some options to trigger the camera and flashlight. [Unplug the USB cable to test with Mayhem]"
|
||||
)
|
||||
Reference in New Issue
Block a user