Skip to content

Commit

Permalink
ESP32H2
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Dec 4, 2024
1 parent 39aab1b commit accb75e
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 @@ -402,13 +402,13 @@ typedef uint32_t eps32_i2s_sample_rate_type;

#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32H2)
#include "esp32-hal-log.h"
# define ESP32H2
# define USE_TDM
#if ESP_IDF_VERSION > ESP_IDF_VERSION_VAL(5, 0 , 0)
# define USE_INT24_FROM_INT
# define USE_ANALOG
#endif

#define ESP32H2
#define USE_TDM
#define USE_PWM
#define USE_I2S
#define USE_TYPETRAITS
Expand Down

0 comments on commit accb75e

Please sign in to comment.