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
// On W5500-based hardware, the timeout doubles per retry up to a maximum of 64000 units.
// So by specifying 8 it will take:
// 2000 + 4000 + 8000 + 16000 + 32000 + 64000 + 64000 + 64000 + 64000 = 318000 = 31,8 seconds(!)
// See also: https://forum.arduino.cc/index.php?topic=430605.0
The text was updated successfully, but these errors were encountered:
SolarMeter/Solarmeter.ino
Line 47 in 8f2cf97
Maybe good to put a comment here:
The text was updated successfully, but these errors were encountered: