nurdspace
This commit is contained in:
parent
6674f8b484
commit
803914cceb
1 changed files with 2 additions and 1 deletions
|
@ -236,7 +236,8 @@ void setup_wifi_stations()
|
|||
std::string password = read_terminal_line("password: ");
|
||||
WiFi.begin(ssid.c_str(), password.c_str());
|
||||
#else
|
||||
WiFi.begin("www.vanheusden.com", "Ditiseentest31415926");
|
||||
//WiFi.begin("www.vanheusden.com", "Ditiseentest31415926");
|
||||
WiFi.begin("NURDspace-guest", "harkharkhark");
|
||||
#endif
|
||||
|
||||
while (WiFi.status() != WL_CONNECTED) {
|
||||
|
|
Loading…
Add table
Reference in a new issue