mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
@@ -1178,6 +1178,9 @@ void CNXDNControl::enable(bool enabled)
|
||||
|
||||
void CNXDNControl::writeJSONRSSI()
|
||||
{
|
||||
if (m_rssi == 0U)
|
||||
return;
|
||||
|
||||
if (m_rssiCount >= RSSI_COUNT) {
|
||||
nlohmann::json json;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user