Wrapper around WPS Wi-Fi configuration.
To reference this library by your project, add it as git submodule, using command
git submodule add https://github.com/mdvorak/esp-wps-config.git components/wps_config
and include either of the header files
#include <wps_config.h>
For full example, see wps_config_example_main.c.
Prepare ESP-IDF development environment .
Configure example application with
cd example/
idf.py menuconfig
Flash it via (in the example dir)
idf.py build flash monitor
As an alternative, you can use PlatformIO to build and flash the example project.