nurdspace

This commit is contained in:
folkert van heusden 2022-03-19 11:42:47 +01:00
parent 6674f8b484
commit 803914cceb

View file

@ -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) {