timesync.cpp small debug msg change
This commit is contained in:
parent
4029d545a2
commit
11e91bbd00
@ -48,7 +48,7 @@ void timesync_request(void) {
|
||||
return;
|
||||
// start timesync handshake
|
||||
else {
|
||||
ESP_LOGI(TAG, "[%0.3f] Timeserver sync request seqNo#%d started",
|
||||
ESP_LOGI(TAG, "[%0.3f] Timeserver sync request started, seqNo#%d",
|
||||
millis() / 1000.0, time_sync_seqNo);
|
||||
xTaskNotifyGive(timeSyncProcTask); // unblock timesync task
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user