after compiling a sketch uploading to the processor does not work because the IDE claims a wrong selected board. The error message is just " A fatal error occurred: This chip is ESP32-C6 not ESP32-C3. Wrong chip argument". I am using the IDE 1.8.19 version.
Obviously the IDE detects the right board but ESP32-C6 is not on the list. I tried ESP32-C3 and S3 but no success. Does somebody can give me a hint which board I have to select or do I need to update the IDE ?
@kmin thanks for this hint, I updated the ESP-core and then could select the C6 variant.
The only thing now is that the compiler does not compile code from Bodmer´s TFT_eSPI library. Looks like the ESP32-C6 board is not considered in the library but this is another topic.
For now my problem is solved, many thanks