This commit is contained in:
Willy-JL
2023-11-12 12:26:45 +00:00
parent 270ea226b7
commit d5f1d0bf02
23 changed files with 73 additions and 72 deletions

View File

@@ -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 simple app to show a payload from QR codes. 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 simple app to show a payload from QR codes. 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",
)