You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the WPS wifi connection method for ESP32.
How to solve the problem
There would need to be C# api that the application can call which will start the WPS connection process. This could be an async call to start process and then monitor events on C# side or call waits until whole process is complete in an async way.
On the native side you would need to start WPS and monitor the WPS events until complete or error.
Describe alternatives you've considered
No response
Aditional context
No response
The text was updated successfully, but these errors were encountered:
Description
Add support for the WPS wifi connection method for ESP32.
How to solve the problem
There would need to be C# api that the application can call which will start the WPS connection process. This could be an async call to start process and then monitor events on C# side or call waits until whole process is complete in an async way.
On the native side you would need to start WPS and monitor the WPS events until complete or error.
Describe alternatives you've considered
No response
Aditional context
No response
The text was updated successfully, but these errors were encountered: