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;
225
225
* @brief Platform specific Settings
226
226
*/
227
227
// -------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
235
228
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S2)
236
229
# define ESP32S2
237
230
# define ESP32X
@@ -243,6 +236,13 @@ typedef WiFiClient WiFiClientSecure;
243
236
# define USE_PDM
244
237
# define USE_PDM_RX
245
238
#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
246
246
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32C5)
247
247
# define ESP32C5
248
248
# define ESP32X
You can’t perform that action at this time.
0 commit comments