Christopher Nadler
Christopher Nadler
Change method **send_request** to the following:  then it works also when running api in vscode
### Port, board and/or hardware esp32 ### MicroPython version micropython 1.23 repo and idf 5.2.2 ### Reproduction make USER_C_MODULES=/home/runner/work/micropython-camera-API/micropython-camera-API/src/micropython.cmake BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT CFLAGS_EXTRA=-DMP_CAMERA_MODEL_XIAO_ESP32S3=1 all ### Expected behaviour Expected to include "-D...
Hi there, first, thank you for providing a good first start to the micropython camera driver, it helped me starting to build an [improved version](https://github.com/cnadler86/micropython-camera-API) with the goal of supporting...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...
### Summary This change adds the possibility to define usermod specific IDF manifests and improves how user-provided C modules with relative paths are handled when building the ESP32 port: -...
### Checklist - [x] Checked the issue tracker for similar issues to ensure this is not a duplicate - [x] Read the documentation to confirm the issue is not addressed...