Skip to content

Commit

Permalink
bugfix timesync LORASERVER (issue #625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting committed Sep 2, 2020
1 parent 23974bb commit 18d15ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timesync.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18d15ba

Please sign in to comment.