Add JSON RSSI and BER messages to YSF.

This commit is contained in:
Jonathan Naylor
2023-06-11 14:39:18 +01:00
parent 74376d3b8c
commit fb5e5b5fa1
3 changed files with 97 additions and 10 deletions

View File

@@ -1386,7 +1386,7 @@ void CDStarControl::writeJSONBER()
nlohmann::json json;
json["timestamp"] = CUtils::createTimestamp();
json["mode"] = "D-STar";
json["mode"] = "D-Star";
json["value"] = float(m_bitErrsAccum * 100U) / float(m_bitsCount);