Static analyze in freq_tracking branch
dwarning opened this issue · 1 comments
dwarning commented
Obviously something was forgotten to remove:
MicronetCodec.cpp, line 938:
networkMap->nbSyncSlots = nbDevices;
networkMap->nbSyncSlots = 0;
and NmeaEncoder.cpp in three different functions:
update = (micronetData->awa_deg.timeStamp > timeStamps.vwr + MINIMUM_DELAY_BEFORE_SENTENCE_UPDATE_MS);
update = (micronetData->aws_kt.timeStamp > timeStamps.vwr + MINIMUM_DELAY_BEFORE_SENTENCE_UPDATE_MS);
dwarning commented
Corrected in master branch.