Skip to content

Commit 4f37353

Browse files
committed
Fix for ESP32
1 parent 608da5a commit 4f37353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wled00/wled.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ void WLED::setup()
213213
DEBUG_PRINT(VERSION);
214214
DEBUG_PRINTLN(" INIT---");
215215
#ifdef ARDUINO_ARCH_ESP32
216+
Serial.setRxBufferSize(1024);
216217
DEBUG_PRINT("esp32 ");
217218
DEBUG_PRINTLN(ESP.getSdkVersion());
218219
#else

0 commit comments

Comments
 (0)