Skip to content

Commit 8f04425

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 5bdf9e0 commit 8f04425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/examples/WPS/WPS.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ from WPS_TYPE_PBC to WPS_TYPE_PIN in
2222
the case that you are using pin type
2323
WPS (pin is 00000000)
2424
*/
25-
#define ESP_WPS_MODE WPS_TYPE_PBC
25+
#define ESP_WPS_MODE WPS_TYPE_PBC
2626

2727
void wpsStart() {
2828
esp_wps_config_t config = WPS_CONFIG_INIT_DEFAULT(ESP_WPS_MODE);

0 commit comments

Comments
 (0)