Skip to content

Commit

Permalink
AudioConfig.h
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 7, 2023
1 parent cd2fc22 commit a864ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AudioConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@
#define ESP32X
#endif
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32H2)
#define ESP32S3
#define ESP32H2
#define ESP32X
#endif
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32C6)
#define ESP32S3
#define ESP32C6
#define ESP32X
#endif

Expand Down

0 comments on commit a864ab2

Please sign in to comment.