-
Notifications
You must be signed in to change notification settings - Fork 74
Added WiFi Manager and changed examples #4
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
Conversation
This looks great. I’d prefer to be able to test it before approval. I should be able to do that tomorrow morning. |
Ok done. I also added the examples to the RTD examples file. |
I decided to add params to the DocStrings just to polish it up a little more. |
tested post and cheerlights examples on metro_m4_espress with Huzzah ESP32 and feather_nrt52840_express with Espressif DevKit -- both worked great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me! Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elegant! well done :) thanks @makermelissa
@kattni wanna bump this too? |
@ladyada @makermelissa has been keeping up with bumping libs like a champ! But I can take care of this one to get it done! |
Is bumping the same thing as pushing a release in this case? |
ooh pardon - ok flip a coin :) yes when i say 'bump' i mean you increase the semver and release |
@makermelissa Yep! That's exactly what it is :) |
Already released! |
Ah, ok. Thanks. |
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 1.1.0 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#4 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Register to 1.5.1 from 1.5.0: > Merge pull request adafruit/Adafruit_CircuitPython_Register#21 from ladyada/master
I added a WiFi manager to handle a lot of the connection details and change the status light on the board. I also updated Jerry's examples to make use of the WiFi Manager.