Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update WiFiProv.ino
  • Loading branch information
SuGlider authored Jun 27, 2024
commit cf739d00800e9b7427fd97e673dea22dcd9364a3
1 change: 1 addition & 0 deletions libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ void SysProvEvent(arduino_event_t *sys_event) {

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

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