mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
sntp: use one time source and fix unsynchronized sntp time stamp (#7595)
* sntp: use one time source and fix unsynchronized sntp time stamp * show subsecond synchro between time() and gettimeofday()
This commit is contained in:
@ -169,7 +169,7 @@ DEBUG += -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT -DDEBUG_ESP
|
||||
endif
|
||||
|
||||
FLAGS += $(DEBUG) -Wall $(OPTZ) -fno-common -g $(M32)
|
||||
FLAGS += -fstack-check -fstack-protector-all
|
||||
FLAGS += -fstack-protector-all
|
||||
FLAGS += -DHTTPCLIENT_1_1_COMPATIBLE=0
|
||||
FLAGS += -DLWIP_IPV6=0
|
||||
FLAGS += -DHOST_MOCK=1
|
||||
|
Reference in New Issue
Block a user