Increase display and camera FPS

This commit is contained in:
Thomas Farstrike
2025-05-09 17:49:16 +02:00
parent 9740cbbd48
commit abf8005bec
3 changed files with 24 additions and 4 deletions
+3
View File
@@ -22,4 +22,7 @@ fi
python3 make.py --ota --partition-size=4194304 --flash-size=16 esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=st7789 INDEV=cst816s USER_C_MODULE="/home/user/sources/micropython-camera-API/src/micropython.cmake" "$manifest"
# build for unix:
#python3 make.py unix DISPLAY=sdl_display INDEV=sdl_pointer
popd