File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
arduino-modbus-rtu-tcp-gateway Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const byte SCAN_DATA_ADDRESS = 0x01; // Data address sent during Modbus RTU
66
66
const uint16_t SCAN_TIMEOUT = 200 ; // Timeout (ms) for Modbus scan requests
67
67
68
68
const byte MAC_START [3 ] = { 0x90 , 0xA2 , 0xDA }; // MAC range for Gheo SA
69
- #define ETH_RESET_PIN 7 // Ethernet shield reset pin (deals with power on reset issue on low quality ethernet shields) \
69
+ #define ETH_RESET_PIN 7 // Ethernet shield reset pin (deals with power on reset issue on low quality ethernet shields)
70
70
// Comment out to disable the functionality
71
71
const uint16_t CHECK_ETH_INTERVAL = 2000 ; // Interval (ms) to check SPI connection with ethernet shield
72
72
const uint16_t ETH_RESET_DELAY = 500 ; // Delay (ms) during Ethernet start, wait for Ethernet shield to start (reset issue on low quality ethernet shields)
You can’t perform that action at this time.
0 commit comments