Promote device metrics (#1347)

* NodeInfo slimfast

* Update
This commit is contained in:
Ben Meadors
2022-04-01 23:35:18 +00:00
committed by GitHub
parent 286e64d5f6
commit 07e2816703
5 changed files with 17 additions and 17 deletions

View File

@@ -506,8 +506,8 @@ void NodeDB::updateTelemetry(uint32_t nodeId, const Telemetry &t, RxSource src)
} else {
DEBUG_MSG("updateTelemetry REMOTE node=0x%x \n", nodeId);
}
info->telemetry = t;
info->has_telemetry = true;
info->device_metrics = t.variant.device_metrics;
info->has_device_metrics = true;
updateGUIforNode = info;
notifyObservers(true); // Force an update whether or not our node counts have changed
}