-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
correct behavior
Actual behavior (suspected bug)
in esp32-camera\target\esp32\ll_cam.c: line 19:
#if (ESP_IDF_VERSION_MAJOR >= 4) && (ESP_IDF_VERSION_MINOR > 1)
gets the wrong include files when major version is greater 4 and the minor version is 1 or lower.
The include files for a major version lower than 4 are taken.
Error logs or terminal output
Steps to reproduce the behavior
build a project
Project release version
master, idf 6.x
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Windows
Operating system version
Windows 11
Shell
CMD
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels