We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3df76 commit 38936faCopy full SHA for 38936fa
src/AudioTools/PlatformConfig/esp32.h
@@ -71,15 +71,15 @@
71
#if defined(ESP32) && !defined(ESP32X) && !defined(CONFIG_IDF_TARGET_ESP32H2)
72
#if ESP_IDF_VERSION > ESP_IDF_VERSION_VAL(5, 0 , 0)
73
# define USE_INT24_FROM_INT
74
-//# define USE_PDM
+# define USE_PDM
75
#endif
76
77
-//#define USE_ANALOG
+#define USE_ANALOG
78
#define USE_I2S
79
-//#define USE_PDM_RX
+#define USE_PDM_RX
80
81
#ifdef ARDUINO
82
-//# define USE_PWM
+# define USE_PWM
83
# define USE_WIFI
84
# define USE_WIFI_CLIENT_SECURE
85
# define USE_URL_ARDUINO
0 commit comments