Skip to content

Commit fe4b070

Browse files
committed
Revert "check for invalid input on gateway"
1 parent 9fecc53 commit fe4b070

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)