Skip to content

Commit

Permalink
Make sure to log Wifi network configuration when connected
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Oct 25, 2024
1 parent 43d5fdf commit d629740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/wifi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ impl Wifi {
debug!("Wifi: Waiting for network to come up...");
self.stack.wait_config_up().await;
debug_assert!(self.stack.is_link_up() && self.stack.is_config_up());
self.is_up();
}

/// Query DNS for IP address of given name
Expand Down

0 comments on commit d629740

Please sign in to comment.