mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
cf9d470f23
6 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue