Skip to content

Commit 9334014

Browse files
ci(pre-commit): Apply automatic fixes
1 parent af3aed9 commit 9334014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void SysProvEvent(arduino_event_t *sys_event) {
5353

5454
void setup() {
5555
Serial.begin(115200);
56-
WiFi.begin(); // no SSID/PWD - get it from the Provisioning APP or from NVS (last successful connection)
56+
WiFi.begin(); // no SSID/PWD - get it from the Provisioning APP or from NVS (last successful connection)
5757
WiFi.onEvent(SysProvEvent);
5858

5959
// BLE Provisioning using the ESP SoftAP Prov works fine for any BLE SoC, including ESP32, ESP32S3 and ESP32C3.

0 commit comments

Comments
 (0)