-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ESP32 and core libraries #50
Conversation
Backlight and button menu don't work anymore.. Updating the NeoPixel library stopped crashing on boot
Use Adafruit NeoPixel 1.11.0 (newer releases should work fine)
Currently (on commit 44e62fa) I'm getting a crash right after the ESP32 finishes with WPS. It doesn't seem to harm anything though, and after it resets itself, it boots up and connects to WiFi fine. |
WPS crash resolved. Return value of WiFiStartWPS is never set nor used, so I changed it to |
Thank you @bitrot-alpha for your contributions. I have copied your changes into my repository (currently serves as a sandbox for testing all new additions). Files in this repo will be overwritten later. |
This should fix issue #46
I tried to make as little changes as possible, aside from some whitespace and getting rid of extraneous block comments.
I've only tested this with the clock I have, the Elekstube IPS.
This version should work on Arduino IDE version 1.8.19 or 1.8.13.
I've compiled this against ESP32 Arduino version 2.0.9 (latest available as of date)
Library versions (see updated README.md)
(developed on v1.8.0)- Now on 1.11.0I've added some more "precompiled" clock faces in the
my_data
folder because I liked the look of the default nixie tube face that comes on the default firmware of the Elekstube.