Skip to content

Commit cf739d0

Browse files
authored
Update WiFiProv.ino
1 parent 4a6437d commit cf739d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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)
5657
WiFi.onEvent(SysProvEvent);
5758

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

0 commit comments

Comments
 (0)