Feat(OSX): Add OSX Support
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
mod connectivity;
|
||||
pub use connectivity::{profile_network::ProfileNetwork as WiFi, Config, NetworkError};
|
||||
pub use connectivity::{profile_network::ProfileNetwork as WiFi, Config, WifiConnectionError};
|
||||
|
||||
fn main() -> Result<(), NetworkError> {
|
||||
fn main() -> Result<(), WifiConnectionError> {
|
||||
let config = Some(Config {
|
||||
interface: Some("wlo1"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user