We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af3aed9 commit 9334014Copy full SHA for 9334014
libraries/WiFiProv/examples/WiFiProv/WiFiProv.ino
@@ -53,7 +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)
+ 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