Attempt to initialize WPS before AutoConnect initialization #558
pankuznetsov
started this conversation in
Feature Request
Replies: 1 comment
-
|
I will work on it when I get time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am working on ESP32 project involving ability to connect via WPS to WiFi router (ESP32 works in station mode)
as one of desired functions. Unfortunately, WPS is not implemented in AutoConnect so I am attempting to use it like this:
But as I run this code:
the error occures at the moment of AutoConnect initialization.
The code is a bit altered example from: https://github.com/espressif/esp-idf/tree/master/examples/wifi/wps
Beta Was this translation helpful? Give feedback.
All reactions