Rodemfr/MicronetToNMEA

Static analyze in freq_tracking branch

dwarning opened this issue · 1 comments

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);

Corrected in master branch.