Closed
Description
Hi,
I tried many examples the last month about the getting the time with the ESP8266.
I tried how fast are the timeservers switches to the next given one when the first is not accessible.
configTime(0,0, server1, server2, server3);
configTime() does not work correctely from my point of view, because if I do set the server1 to a value with is not available, I expected that the code would switch to the second and then to the third server.
But This does not happen!
Or does anyone know it better?
#######
### --- ESP-Status ---###
reset reason: External System
free heap: 49008
chip ID: 10947453
coreVersion: 2_4_2
SDK-Version: 2.2.1(cfd48f3)
CPU Frequency: 80
sketch Size: 271360
sketch Space: 753664
sketch MD5:
Flash ChipID: 1335429
Flash ChipSize: 1048576
Flash ChipRealSize: 1048576
Flash Chip Speed: 40000000
cycle count: 2582941658
WIFI Diag: Mode: STA
PHY mode: N
Channel: 1
AP id: 0
Status: 0
Auto connect: 0
SSID (13):
Passphrase (25):
BSSID set: 0
### --- ESP-Status End---###