bugfix timesync LORASERVER (issue #625)

This commit is contained in:
Klaus K Wilting 2020-09-02 11:23:41 +02:00
parent 23974bb17f
commit 18d15ba709

View File

@ -191,7 +191,7 @@ void IRAM_ATTR timesync_serverAnswer(void *pUserData, int flag) {
// flag: length of buffer
// 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:
// p type meaning