Skip to content

Commit 5751f7c

Browse files
committed
General improvment
1 parent 32f7f00 commit 5751f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/wled.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ void WLED::setup()
212212
DEBUG_PRINT(" ");
213213
DEBUG_PRINT(VERSION);
214214
DEBUG_PRINTLN(" INIT---");
215+
Serial.setRxBufferSize(2048);
215216
#ifdef ARDUINO_ARCH_ESP32
216-
Serial.setRxBufferSize(1024);
217217
DEBUG_PRINT("esp32 ");
218218
DEBUG_PRINTLN(ESP.getSdkVersion());
219219
#else

0 commit comments

Comments
 (0)