Merge branch 'master' of ssh://172.29.0.8/home/folkert/git/PDP-11

This commit is contained in:
Folkert van Heusden 2024-06-19 16:26:13 +02:00
commit b51b2abc4f
Signed by untrusted user who does not match committer: folkert
GPG key ID: 30190E8C1F28D8AE

View file

@ -152,6 +152,8 @@ void configure_network(console *const c)
c->flush_input();
std::string wifi_ap = c->read_line("Enter SSID[|PSK]: ");
if (wifi_ap.empty())
return;
auto parts = split(wifi_ap, "|");
if (parts.size() > 2) {