Skip to content

Commit

Permalink
PlatformIO: update buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Nov 8, 2022
1 parent bb0202a commit 7124b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ void setup()
// Init serial port
Serial.begin(SERIALCOM_SPEED);
Serial.setTimeout(50);
Serial.setRxBufferSize(2048);
Serial.setRxBufferSize(MAX_BUFFER);

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

0 comments on commit 7124b48

Please sign in to comment.