mirror of
https://github.com/peterantypas/maiana.git
synced 2025-06-17 23:20:29 -07:00
Fill bits was incorrectly set to 0 on all single frame messages
This commit is contained in:
parent
2179398545
commit
6d9fd8c343
@ -104,7 +104,7 @@ void NMEAEncoder::encode(RXPacket &packet, vector<string> &sentences)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sentence[k++] = '0';
|
sentence[k++] = '0' + fillBits;
|
||||||
}
|
}
|
||||||
|
|
||||||
sentence[k++] = '*';
|
sentence[k++] = '*';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user