mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Add esp32 (mayhem) board apps
This commit is contained in:
15
applications/external/esp32cam_nannycam/application.fam
vendored
Normal file
15
applications/external/esp32cam_nannycam/application.fam
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
App(
|
||||
appid="MAYHEM_NannyCam",
|
||||
name="[MAYHEM] Nanny Cam",
|
||||
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 start a remote camera. [Unplug the USB cable to test with Mayhem]",
|
||||
fap_author="eried",
|
||||
fap_weburl="https://flipper.ried.cl"
|
||||
)
|
||||
Reference in New Issue
Block a user