mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Add JSON RSSI and BER messages to YSF.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user