-
Notifications
You must be signed in to change notification settings - Fork 7.6k
smart config support #124
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
Comments
I made modifications to WiFiSTA.cpp and .h to support ESP's smart config functionality. But it does not seem to work. To WiFiSTA.cpp, I added:
and, to WiFiSta.h, I added:
It does not crash or anything, but when trying to use ESP Smart Config using the app on PlayStore, it gives me Esptouch fail error, after several seconds of trying. I believe the modifications to the Arduino classes are done correctly, but somehow the functionality is not working well. |
I accidentally closed the issue. So I reopened it. |
Why not submit a PR? :) we can merge those things and have your name there |
@me-no-dev done! |
Use modified ESP8266 FQBN for ESP_8266
So far, the arduino sdk is not supporting the SmartConfig function it seems.
When are you planning on adding WiFi.beginSmartConfig()?
Is there a way to use smart config functionality at the very moment?
The text was updated successfully, but these errors were encountered: