Skip to content

Commit

Permalink
Bugfix: Wrong command response
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 1, 2024
1 parent d7240f7 commit a632f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi/comm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ where
self.networks.state_changed.notify();
});

let writer = encoder.with_command(ResponseCommands::NetworkConfigResponse as _)?;
let writer = encoder.with_command(ResponseCommands::ConnectNetworkResponse as _)?;

// As per spec, return success even though though whether we'll be able to connect to the network
// will become apparent later, once we switch to Wifi
Expand Down

0 comments on commit a632f04

Please sign in to comment.