mirror of
https://github.com/stakwork/sphinx-key.git
synced 2025-12-19 00:04:25 +01:00
conditional compilation w features, try firmware mqtt reconn loop
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user