Skip to content

Commit 38936fa

Browse files
committed
USE_LEGACY_I2S
1 parent 3b3df76 commit 38936fa

File tree

1 file changed

+4
-4
lines changed
  • src/AudioTools/PlatformConfig

1 file changed

+4
-4
lines changed

src/AudioTools/PlatformConfig/esp32.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
#if defined(ESP32) && !defined(ESP32X) && !defined(CONFIG_IDF_TARGET_ESP32H2)
7272
#if ESP_IDF_VERSION > ESP_IDF_VERSION_VAL(5, 0 , 0)
7373
# define USE_INT24_FROM_INT
74-
//# define USE_PDM
74+
# define USE_PDM
7575
#endif
7676

77-
//#define USE_ANALOG
77+
#define USE_ANALOG
7878
#define USE_I2S
79-
//#define USE_PDM_RX
79+
#define USE_PDM_RX
8080

8181
#ifdef ARDUINO
82-
//# define USE_PWM
82+
# define USE_PWM
8383
# define USE_WIFI
8484
# define USE_WIFI_CLIENT_SECURE
8585
# define USE_URL_ARDUINO

0 commit comments

Comments
 (0)