lmarzen / esp32-weather-epd

A low-power E-Paper weather display powered by an ESP32 microcontroller. Utilizes the OpenWeatherMap API.
GNU General Public License v3.0
2.6k stars 204 forks source link

Automatically switch between known wifi networks #125

Open Beardslow55 opened 2 months ago

Beardslow55 commented 2 months ago

I found and built this project for my wife and she loves it. I'm still fairly new to programing, ardunio, github and the like but had a question. On occasion she brings her weather station home for a few days but I have to reflash it to our home network wifi in order for it to work. Is it possible to set up 2 or 3 "known" wifi SSIDs and passwords and the esp32 automatically try each one in a specified order? I'd be ok if I had to press the reset button in order for it to "scan" for the known 2 or 3 networks. Thanks in advance.

lmarzen commented 2 months ago

This is certainly possible and is a planned feature. No promise on when exactly it will come, I am a busy student, however, I hope to spend some time adding that feature and a bunch more once I graduate in December.