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