xiehang c260c223e9 example: We should not check the return value of esp_wifi_connect() in any case 5 年之前
..
main c260c223e9 example: We should not check the return value of esp_wifi_connect() in any case 5 年之前
CMakeLists.txt d9939cedd9 cmake: make main a component again 7 年之前
Makefile 66fb5a29bb Whitespace: Automated whitespace fixes (large commit) 5 年之前
README.md 6c3bdd45cf feature/support WPS enrollee in APSTA mode 8 年之前

README.md

Wifi WPS Example

This example shows how to use wps enrollee in esp32.

Now we support to use enrollee feature in STA and APSTA mode.

  • PBC_MODE: Start esp32 and press the wps button on router, Then esp32 will get the ssid&password by wps PBC mode.

  • PIN_MODE: Start esp32, It will enter wps mode and you'll see a pin code showing by COM. Enter this pin code in router and the esp32 can get ssid&password by wps PIN mode.

More info in the code wps.c.