Add WiFiManager compatibility for ESP8266 and ESP32
This commit is contained in:
parent
3cf52bffcf
commit
bf0b96f3d2
1 changed files with 2 additions and 1 deletions
|
|
@ -54,8 +54,9 @@ if (_ssid != NULL) {
|
|||
delay(100);
|
||||
_status = AIO_NET_DISCONNECTED;
|
||||
}
|
||||
_client->setCACert(_aio_root_ca);
|
||||
}
|
||||
_client->setCACert(_aio_root_ca);
|
||||
|
||||
}
|
||||
|
||||
/**************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in a new issue