Unable to connect to a wifi that has no password

I am unable to connect to a wifi network that does not have a password. I have tried leaving the password form in the phone connection method and the cli connection method blank but its not working. This is with Notecarrier A.

Any help on this would be great.

Hi @Jperks03,

If you include a dash in the password argument, that should work for an open network, like so:

{
  "req": "card.wifi",
  "ssid": "myssid",
  "password": "-"
}

We will do a better job of documenting that too!

Rob

1 Like