mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8fc78a958a
bt: call nvs_flash_init in examples, show error if NVS is not initialized See merge request !1003
Wifi WPS Example
This example shows how to use wps in esp32.
The wps only works in station mode now.
-
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.