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 e6e4b1b commit e0c7e57Copy full SHA for e0c7e57
content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
@@ -332,7 +332,7 @@ void SensorRead() {
332
}
333
```
334
335
-The `ModbusSend()` function attempts the connection with the Modbus TCP server, if it is successful it formats the sensor data to be sent.
+The `ModbusSend()` function attempts to connect with the Modbus TCP server. If the connection is successful, it formats the sensor data to be sent.
336
337
```arduino
338
void ModbusSend() {
0 commit comments