bugfix timesync LORASERVER (issue #625)
This commit is contained in:
parent
23974bb17f
commit
18d15ba709
@ -191,7 +191,7 @@ void IRAM_ATTR timesync_serverAnswer(void *pUserData, int flag) {
|
|||||||
// flag: length of buffer
|
// flag: length of buffer
|
||||||
|
|
||||||
// Store the instant the time request of the node was received on the gateway
|
// Store the instant the time request of the node was received on the gateway
|
||||||
timesync_store(osticks2ms(os_getTime(), timesync_rx);
|
timesync_store(osticks2ms(os_getTime()), timesync_rx);
|
||||||
|
|
||||||
// parse pUserData:
|
// parse pUserData:
|
||||||
// p type meaning
|
// p type meaning
|
||||||
|
Loading…
Reference in New Issue
Block a user