We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b871359 commit 2809ff0Copy full SHA for 2809ff0
examples/modbusTCPlib_w5100/modbusTCPlib_w5100.ino
@@ -105,7 +105,7 @@ void loop()
105
node.writeMultipleCoils(20, 16); // Write multiple coils
106
delay(500);
107
result = node.readCoils(20, 18);
108
- int len = node.getResponseBufferLength();
+ len = node.getResponseBufferLength();
109
Serial.println("Response Length: " + String(len));
110
Serial.println(node.getResponseBuffer(0), BIN);
111
0 commit comments