Stats rearrangement, based on experimental branch changes.
This commit is contained in:
parent
e02a2cdd44
commit
b9b76da02d
9 changed files with 468 additions and 191 deletions
2
mode_s.c
2
mode_s.c
|
|
@ -935,7 +935,7 @@ void computeMagnitudeVector(uint16_t *p) {
|
|||
//
|
||||
void useModesMessage(struct modesMessage *mm) {
|
||||
if ((Modes.check_crc == 0) || (mm->crcok) || (mm->correctedbits)) { // not checking, ok or fixed
|
||||
++Modes.stat_messages_total;
|
||||
++Modes.stats_current.messages_total;
|
||||
|
||||
// If we are decoding, track aircraft
|
||||
interactiveReceiveData(mm);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue