Skip to content

Commit

Permalink
Merge pull request #488 from vaemc/master
Browse files Browse the repository at this point in the history
add esp32c2 support
  • Loading branch information
UncleRus authored Dec 15, 2022
2 parents e7c7a5e + 57fa746 commit 73199bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_idf_lib_helpers/esp_idf_lib_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#if defined(CONFIG_IDF_TARGET_ESP32) \
|| defined(CONFIG_IDF_TARGET_ESP32S2) \
|| defined(CONFIG_IDF_TARGET_ESP32S3) \
|| defined(CONFIG_IDF_TARGET_ESP32C2) \
|| defined(CONFIG_IDF_TARGET_ESP32C3)
#define HELPER_TARGET_IS_ESP32 (1)
#define HELPER_TARGET_IS_ESP8266 (0)
Expand Down

0 comments on commit 73199bd

Please # to comment.