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