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:
@@ -72,7 +72,7 @@ bool M17ModProcessor::handleMessage(const Message& cmd)
|
||||
if (notif.getInsertPosition())
|
||||
{
|
||||
if (m_insertPositionToggle) {
|
||||
strData += "!" + formatAPRSPosition();
|
||||
strData = "!" + formatAPRSPosition();
|
||||
} else {
|
||||
strData = notif.getData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user