Skip to content

Commit 7124b48

Browse files
committed
PlatformIO: update buffer size
1 parent bb0202a commit 7124b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ void setup()
426426
// Init serial port
427427
Serial.begin(SERIALCOM_SPEED);
428428
Serial.setTimeout(50);
429-
Serial.setRxBufferSize(2048);
429+
Serial.setRxBufferSize(MAX_BUFFER);
430430

431431
// Display config
432432
Serial.println("\r\nWelcome!\r\nAwa driver 7.");

0 commit comments

Comments
 (0)