Time()
Posted: Sat May 13, 2017 2:07 pm
Does the time() function get the time from the web every time that it is used, or does it get it at first use and maintain the the time locally? I suspect the former. I plan to use the 8266 to receive time stamped UDP messages and to check the time of the message against the current time (the UDP message sender has a habit of freezing up). The time function would be called every 20 seconds or so, which could result in a fair bit of network activity.