File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -225,13 +225,6 @@ typedef WiFiClient WiFiClientSecure;
225225 * @brief Platform specific Settings
226226 */
227227// -------ESP32---------
228- #if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32C3)
229- # define ESP32C3
230- # define ESP32X
231- # define USE_INT24_FROM_INT
232- # define USE_TDM
233- # define USE_PDM
234- #endif
235228#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S2)
236229# define ESP32S2
237230# define ESP32X
@@ -243,6 +236,13 @@ typedef WiFiClient WiFiClientSecure;
243236# define USE_PDM
244237# define USE_PDM_RX
245238#endif
239+ #if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32C3)
240+ # define ESP32C3
241+ # define ESP32X
242+ # define USE_INT24_FROM_INT
243+ # define USE_TDM
244+ # define USE_PDM
245+ #endif
246246#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32C5)
247247# define ESP32C5
248248# define ESP32X
You can’t perform that action at this time.
0 commit comments