UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

add support for esp32-c6 in the esp_idf_lib_helpers.h file #512

Closed roblatour closed 1 year ago

roblatour commented 1 year ago

The issue

Support is missing for the esp32-c6 in the esp_idf_lib_helpers.h files.

It can be added by simply adding the line as shown below:

image

I have tested the one line change above and it works for me.

Also, you may also want to give consideration to the esp32-h2.

Which SDK are you using?

esp-idf

Which version of SDK are you using?

5.1

Which build target have you used?

Component causing the issue

esp_idf_lib_helpers.h

Anything in the logs that might be useful for us?

No response

Additional information or context

No response

Confirmation