mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 08:28:36 -07:00
Format
This commit is contained in:
@@ -5,11 +5,11 @@ App(
|
||||
entry_point="camera_app",
|
||||
cdefines=["APP_CAMERA"],
|
||||
requires=["gui"],
|
||||
stack_size=8*1024,
|
||||
stack_size=8 * 1024,
|
||||
order=1,
|
||||
fap_icon="icon.png",
|
||||
fap_icon="icon.png",
|
||||
fap_category="GPIO",
|
||||
fap_description="ESP32-CAM live feed and photo capture, use left/right for orientation/mode, up/down for brightness and center for saving a screenshot. [Unplug the USB cable to test with Mayhem]",
|
||||
fap_author="Z4urce",
|
||||
fap_weburl="https://github.com/Z4urce/flipper-camera"
|
||||
fap_description="ESP32-CAM live feed and photo capture, use left/right for orientation/mode, up/down for brightness and center for saving a screenshot. [Unplug the USB cable to test with Mayhem]",
|
||||
fap_author="Z4urce",
|
||||
fap_weburl="https://github.com/Z4urce/flipper-camera",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user