mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:28:36 -07:00
Format
This commit is contained in:
@@ -5,11 +5,11 @@ App(
|
||||
entry_point="uart_echo_app",
|
||||
cdefines=["APP_QRCODE"],
|
||||
requires=["gui"],
|
||||
stack_size=8*1024,
|
||||
stack_size=8 * 1024,
|
||||
order=1,
|
||||
fap_icon="icon.png",
|
||||
fap_category="GPIO",
|
||||
fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
|
||||
fap_author="eried",
|
||||
fap_weburl="https://flipper.ried.cl"
|
||||
)
|
||||
fap_icon="icon.png",
|
||||
fap_category="GPIO",
|
||||
fap_description="ESP32-CAM Motion detection. It generates a beep when motion is detected. Can be extended to trigger more stuff in the code. [Unplug the USB cable to test with Mayhem]",
|
||||
fap_author="eried",
|
||||
fap_weburl="https://flipper.ried.cl",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user