Skip to content

Commit 5662882

Browse files
committed
Disable USE_CONCURRENCY for ESP32
1 parent eb270c3 commit 5662882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioToolsConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ typedef WiFiClient WiFiClientSecure;
262262
# define USE_SERVER_ACCEPT true
263263
# endif
264264
# if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(4, 0, 0)
265-
# define USE_CONCURRENCY
265+
//# define USE_CONCURRENCY
266266
// Print has been fixed
267267
# define USE_PRINT_FLUSH true
268268
# else

0 commit comments

Comments
 (0)