Multiple Wifi SSIDs

Is there a way to store multiple WiFi SSIDs into a unit?
I’d like to be able to program a couple into it so it doesn’t matter if I am connecting it at home or tethered to one of my phones, it’ll just go through the list and connect to the first available so I can use it with MQTT

1 Like

Nope, there is just config for one in the protobufs.

Would it be hard to implement a set instead of a single one?

We don’t make all settings arrays because every setting in the firmware needs to be considered for size over the mesh and storage in RAM.

Pull requests are welcome, but I think this is probably not a trivial update.