mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 12:21:49 +03:00
17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
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,
|
|
)
|