start timediffseq at -1, so first syncing can finish

This commit is contained in:
Marius Gripp 2019-09-02 16:56:06 +02:00
parent 592c9d6ede
commit fc2997c9fd

View File

@ -26,7 +26,7 @@ typedef std::chrono::duration<long long int, std::ratio<1, 1000>>
TaskHandle_t timeSyncReqTask = NULL;
static uint8_t time_sync_seqNo = 0;
static uint8_t time_sync_seqNo = -1;
static bool timeSyncPending = false;
static myClock_timepoint time_sync_tx[TIME_SYNC_SAMPLES];
static myClock_timepoint time_sync_rx[TIME_SYNC_SAMPLES];