conditional compilation w features, try firmware mqtt reconn loop

This commit is contained in:
Evan Feenstra
2022-06-11 13:15:47 -07:00
parent dc816934dd
commit 5a49be61b3
9 changed files with 61 additions and 101 deletions

View File

@@ -53,6 +53,7 @@ pub fn start_broker(
let metrics = consolelink::request_metrics(console.clone(), client_id.clone());
if let Some(c) = metrics_to_status(metrics, client_connected) {
client_connected = c;
log::info!("connection status changed to: {}", c);
status_sender
.send(c)
.await