We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f27c3d commit 47f8df8Copy full SHA for 47f8df8
libraries/MySensors/core/MyGatewayTransportSerial.cpp
@@ -54,6 +54,7 @@ bool gatewayTransportAvailable() {
54
if (inChar == '\n') {
55
_serialInputString[_serialInputPos] = 0;
56
available = true;
57
+ return true;
58
} else {
59
// add it to the inputString:
60
_serialInputString[_serialInputPos] = inChar;
0 commit comments