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 6fe42e3 commit 49e4453Copy full SHA for 49e4453
src/wifi/AdafruitIO_ESP32.cpp
@@ -42,7 +42,7 @@ void AdafruitIO_ESP32::_connect() {
42
delay(100);
43
_status = AIO_NET_DISCONNECTED;
44
}
45
- _client.setCACert(_aio_root_ca);
+ _client->setCACert(_aio_root_ca);
46
47
48
/**************************************************************************/
0 commit comments