mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Merge branch 'mqtt' into mqtt_plus
This commit is contained in:
commit
cf9d470f23
6 changed files with 18 additions and 0 deletions
|
|
@ -1395,6 +1395,9 @@ void CDStarControl::enable(bool enabled)
|
|||
|
||||
void CDStarControl::writeJSONRSSI()
|
||||
{
|
||||
if (m_rssi == 0U)
|
||||
return;
|
||||
|
||||
if (m_rssiCountTotal >= RSSI_COUNT) {
|
||||
nlohmann::json json;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue