WKHarmon / led-sectional

MIT License
34 stars 18 forks source link

Added Wifi Manager #8

Closed ABrynelsen closed 4 years ago

ABrynelsen commented 4 years ago

Added WiFi Manager to allow configuration of wireless SSID and Password from a phone or other device via web page (192.168.4.1). Removed hard coded wireless.

WKHarmon commented 4 years ago

Awesome! I've been meaning to do this ... it looks like the implementation is a lot simpler than I thought it would be. I'll do some testing over the next few days and merge.

WKHarmon commented 4 years ago

Sorry about the delay but I finally got around to implementing this with another pull request with improved parsing in this branch: https://github.com/WKHarmon/led-sectional/tree/improved-parsing

It supports a button on GPIO12 that forces it into config mode (which I'm including a button for in the new kits I'm shipping).

I'm testing it over the next week then plan to merge it into the master, but if you get bored and would like to look it over I welcome any feedback. :)

WKHarmon commented 4 years ago

I went ahead and merged the modified branch into master.