oe1wkl / Morserino-32

Morserino-32 multi-functional Morse code machine, based on ESP32
GNU General Public License v3.0
253 stars 99 forks source link

Support multiple wifi network configs #33

Closed martinmurphy closed 4 years ago

martinmurphy commented 4 years ago

Support multiple wifi network configs as mentioned in #30 Allow details for up to three network to be entered in the wifi config form Add a new menu option to the wifi functions menu to allow selection of one of the networks

martinmurphy commented 4 years ago

@oe1wkl I didn't include my other PR (#32) in this. I can include it if you like.

oe1wkl commented 4 years ago

Not sure how useful it would be to allow networks without password- most of these are captive portals that require to enter credentials through a web browser, which wouldn’t work with a Morserino....

Willi

Von meinem Mobiltelefon gesendet

Am 03.10.2020 um 17:54 schrieb Martin Murphy notifications@github.com:

 @oe1wkl I didn't include my other PR (#32) in this. I can include it if you like.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

martinmurphy commented 4 years ago

When I wrote it, I was staying at a hotel that had wifi with no password, so I needed it. However, I agree that they are not as common, so I'm not too concerned. I think that being able to switch between some predefined networks easily, e.g. home, office, and phone hotspot is more useful.

Martin.