mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-14 05:43:56 +00:00
16 lines
503 B
Text
16 lines
503 B
Text
|
App(
|
||
|
appid="camerasuite",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
cdefines=["APP_CAMERA_SUITE"],
|
||
|
entry_point="camera_suite_app",
|
||
|
fap_author="Cody Tolene",
|
||
|
fap_category="GPIO",
|
||
|
fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
|
||
|
fap_icon="icons/camera-suite.png",
|
||
|
fap_libs=["assets"],
|
||
|
fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
|
||
|
name="[ESP32] Camera Suite",
|
||
|
order=1,
|
||
|
requires=["gui", "storage"],
|
||
|
stack_size=8 * 1024
|
||
|
)
|