Skip to content

Commit c3eb970

Browse files
committed
Merge pull request arduino#73 from mysensors/revert-60-hotfix-chk_invalid_gw_input
Revert "check for invalid input on gateway"
2 parents 9fecc53 + fe4b070 commit c3eb970

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/MySensors/MyGateway.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ void MyGateway::parseAndSend(char *commandBuffer) {
180180
}
181181
i++;
182182
}
183-
// Check for invalid input
184-
if (i != 6)
185-
return;
186183

187184
if (destination==GATEWAY_ADDRESS && command==C_INTERNAL) {
188185
// Handle messages directed to gateway

0 commit comments

Comments
 (0)