Merge branch 'mqtt' into mqtt_plus

This commit is contained in:
Jonathan Naylor 2023-06-19 14:08:53 +01:00
commit cf9d470f23
6 changed files with 18 additions and 0 deletions

View file

@ -2321,6 +2321,9 @@ void CDMRSlot::enable(bool enabled)
void CDMRSlot::writeJSONRSSI()
{
if (m_rssi == 0U)
return;
if (m_rssiCount >= RSSI_COUNT) {
nlohmann::json json;