Merge branch 'nano-revision-2.0' into nano-revision-2.1

This commit is contained in:
2024-05-23 21:45:45 +02:00
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ void setup() {
void loop() {
if (available485()) Serial.println(get485message());
if (Serial.available()) {
while (Serial.available()) {
c = (char)Serial.read();
if (c == '\n') {
send485(message.c_str());