Skip to content

Commit 7782f9d

Browse files
committed
v6.1
1 parent 59909fe commit 7782f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-modbus-rtu-tcp-gateway/arduino-modbus-rtu-tcp-gateway.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
v5.0 2023-02-19 Send Modbus Request from WebUI, optimized POST parameter processing (less RAM consumption), select baud rate in WebUI,
2020
improved TCP socket management, Modbus TCP Idle Timeout settings
2121
v6.0 2023-03-18 Save error counters to EEPROM, code optimization, separate file for advanced settings
22-
v6.1 2023-XX-XX Code optimization
22+
v6.1 2023-04-12 Code optimization
2323
*/
2424

25-
const byte VERSION[] = { 6, 0 };
25+
const byte VERSION[] = { 6, 1 };
2626

2727
#include <SPI.h>
2828
#include <Ethernet.h>

0 commit comments

Comments
 (0)