Skip to content

Commit 49e4453

Browse files
author
brentru
committed
ptr
1 parent 6fe42e3 commit 49e4453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wifi/AdafruitIO_ESP32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void AdafruitIO_ESP32::_connect() {
4242
delay(100);
4343
_status = AIO_NET_DISCONNECTED;
4444
}
45-
_client.setCACert(_aio_root_ca);
45+
_client->setCACert(_aio_root_ca);
4646
}
4747

4848
/**************************************************************************/

0 commit comments

Comments
 (0)