mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- Fixed a minor bug in the wifihandler not displaying the connected network properly
This commit is contained in:
parent
d8f40da5a6
commit
30212835fd
@ -81,7 +81,7 @@ void WiFiHandler::setupWifi()
|
||||
return;
|
||||
}
|
||||
}
|
||||
log_i("\n\rSuccessfully connected to %s\n\r", networkIterator->ssid);
|
||||
log_i("\n\rSuccessfully connected to %s\n\r", networkIterator->ssid.c_str());
|
||||
stateManager->setState(WiFiState_e::WiFiState_Connected);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user