UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266

Home Page:https://esp-idf-lib.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

roblatour opened this issue · comments

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?

  • esp32
  • esp32s2
  • esp32s3
  • esp32c2
  • esp8266
  • other

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

  • This report is not a question nor a request for drivers.