1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

M17 demod: reset BER stats manually

This commit is contained in:
f4exb
2022-07-09 10:56:16 +02:00
parent 9c6ce3ad9e
commit f47496645f
9 changed files with 42 additions and 14 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ bool M17ModProcessor::handleMessage(const Message& cmd)
if (notif.getInsertPosition())
{
if (m_insertPositionToggle) {
strData += "!" + formatAPRSPosition();
strData = "!" + formatAPRSPosition();
} else {
strData = notif.getData();
}