mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-10 11:22:54 +08:00
MGOS SNTP support for ESP8266 and ESP32
PUBLISHED_FROM=8e07541e7a3b951dcfd08381b46f6143773eae45
This commit is contained in:
parent
d3a8862bd8
commit
c416012f97
@ -11845,7 +11845,7 @@ void mg_sntp_send_request(struct mg_connection *c) {
|
|||||||
*/
|
*/
|
||||||
#ifndef MG_SNMP_NO_DELAY_CORRECTION
|
#ifndef MG_SNMP_NO_DELAY_CORRECTION
|
||||||
uint32_t sec;
|
uint32_t sec;
|
||||||
sec = htonl(mg_time() + SNTP_TIME_OFFSET);
|
sec = htonl((uint32_t)(mg_time() + SNTP_TIME_OFFSET));
|
||||||
memcpy(&buf[40], &sec, sizeof(sec));
|
memcpy(&buf[40], &sec, sizeof(sec));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user