Skip to content

Commit c1ae76a

Browse files
committed
Format bug fix
1 parent 65d8839 commit c1ae76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Features
4646

4747
<b>Notes:</b>
4848

49-
1) When using Modbus IP the transport protocol is TCP (port 502) and, by default, the connection is terminated to each transmitted message, that is, is not a keep-alive type connection. if you need a TCP keep-alive connection you have to remove comments of this line in ModbusIP library (or ModbusIP_* libraries):
49+
1) When using Modbus IP the transport protocol is TCP (port 502) and, by default, the connection is terminated to each transmitted message, that is, is not a keep-alive type connection. If you need a TCP keep-alive connection you have to remove comments of this line in ModbusIP.h header (or ModbusIP_* headers):
5050
```
5151
#define TCP_KEEP_ALIVE
5252
```

0 commit comments

Comments
 (0)