-
Notifications
You must be signed in to change notification settings - Fork 108
Adding WiFiManager Example Sketches #161
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
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.
Please place this sketch in a folder such that the folder name exactly matches the sketch name.
Example path: examples/adafruitio_27_wifimanager/adafruitio_27_wifimanager.ino
This reverts commit af5f7cc.
I moved the sketch to a subfolder as requested. |
@bradrblack Almost there - please include |
Also - since these examples are only for the ESP8266 and ESP32. Please place 2 empty files in each example folder: This will tell our CI to skip testing the examples you added for the SAMD platforms. |
Made changes as requested. I think the skip files need to start with a "." like ".pyportal.test.skip". So I change to that. |
@bradrblack Looks perfect. Thanks for adding this example, a lot of people on the forums ask about this so it'll be a great resource to point people towards. Finally, please bump the version number in the library.properties file to 4.2.3. I'll merge and release once this is done. |
** Scope: Added example sketch to use WiFiManager to configure SSID and Password and connect to WiFi on ESP8266 and ESP32 microcontrollers. No need to hard-code WiFi parameters in your sketch that connects to AdafruitIO.
** Limitations: WiFiManager supports ESP8266 and ESP32 boards only.
** Tests: Tested using 4.2.2 AdafruitIO library on ESP8266 and ESP32 microcontrollers. ESP32 requires newer WiFiManager development branch - tested with: https://github.com/tzapu/WiFiManager.git@^2.0.5-beta