You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constbyteMAC_START[3] = { 0x90, 0xA2, 0xDA }; // MAC range for Gheo SA
22
22
constbyteETH_RESET_PIN=7; // Ethernet shield reset pin (deals with power on reset issue on low quality ethernet shields)
23
+
constuint16_tCHECK_ETH_INTERVAL=2000; // Interval (ms) to check SPI connection with ethernet shield
23
24
constuint16_tETH_RESET_DELAY=500; // Delay (ms) during Ethernet start, wait for Ethernet shield to start (reset issue on low quality ethernet shields)
24
25
constuint16_tWEB_IDLE_TIMEOUT=400; // Time (ms) from last client data after which webserver TCP socket could be disconnected, non-blocking.
25
26
constuint16_tTCP_DISCON_TIMEOUT=500; // Timeout (ms) for client DISCON socket command, non-blocking alternative to https://www.arduino.cc/reference/en/libraries/ethernet/client.setconnectiontimeout/
0 commit comments