We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdf9e0 commit 8f04425Copy full SHA for 8f04425
libraries/WiFi/examples/WPS/WPS.ino
@@ -22,7 +22,7 @@ from WPS_TYPE_PBC to WPS_TYPE_PIN in
22
the case that you are using pin type
23
WPS (pin is 00000000)
24
*/
25
-#define ESP_WPS_MODE WPS_TYPE_PBC
+#define ESP_WPS_MODE WPS_TYPE_PBC
26
27
void wpsStart() {
28
esp_wps_config_t config = WPS_CONFIG_INIT_DEFAULT(ESP_WPS_MODE);
0 commit comments