mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add JSON RSSI and BER messages to YSF.
This commit is contained in:
parent
74376d3b8c
commit
fb5e5b5fa1
3 changed files with 97 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue