Board
espressif/esp32_s3_korvo_2_noglib
Hardware Description
Hello.
esp_io_expander_tca9554 can not be compiled under ESP-IDF 6.0 due to changes in IDF 6.0
Cmakelists.txt need to be corrected with:
get IDF version for comparison
set(idf_version "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}")
if (idf_version VERSION_GREATER_EQUAL "6.0")
list(APPEND PRIVREQ esp_driver_i2c)
endif()
IDE Name
VSCode + ESP-IDF 6.0
Operating System
Windows 11
Description
can not compile blank project due to dependencies errors
Sketch
no code at all. just blank project template.
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum