We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6437d commit cf739d0Copy full SHA for cf739d0
libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino
@@ -53,6 +53,7 @@ void SysProvEvent(arduino_event_t *sys_event) {
53
54
void setup() {
55
Serial.begin(115200);
56
+ WiFi.begin(); // no SSID/PWD - get it from the Provisioning APP or from NVS (last successful connection)
57
WiFi.onEvent(SysProvEvent);
58
59
// BLE Provisioning using the ESP SoftAP Prov works fine for any BLE SoC, including ESP32, ESP32S3 and ESP32C3.
0 commit comments