Rename ConnectToWifiNetwork() to JoinWifiNetwork() for brevety and clarity
This commit is contained in:
@ -101,7 +101,7 @@ func configureWifi() {
|
||||
}
|
||||
|
||||
log.Println("connecting module to wifi network")
|
||||
if err := updater.ConnectToWifiNetwork(ssid, true); err != nil {
|
||||
if err := updater.JoinWifiNetwork(ssid, true); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
log.Printf("you can now switch to the wifi network and start phase '%s'", phaseUpdateThenReboot)
|
||||
|
Reference in New Issue
Block a user