chore: 📎 + fmt
This commit is contained in:
@@ -113,7 +113,7 @@ where
|
||||
|
||||
let mut board = BOARD_ACCESS.get().await.lock().await;
|
||||
board.board_hal.get_esp().save_config(all).await?;
|
||||
info!("Wrote config config {:?} with size {}", config, length);
|
||||
info!("Wrote config config {config:?} with size {length}");
|
||||
board.board_hal.set_config(config);
|
||||
Ok(Some("Ok".to_string()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user