update arduino-cli

This commit is contained in:
Links2004
2024-06-17 16:27:43 +02:00
parent af1b0256b9
commit 11cf06897c
3 changed files with 14 additions and 15 deletions

View File

@ -49,7 +49,7 @@ void WebSocketsClient::begin(const char * host, uint16_t port, const char * url,
_fingerprint = SSL_FINGERPRINT_NULL;
_CA_cert = NULL;
#ifdef ESP32
_CA_bundle = NULL;
_CA_bundle = NULL;
#endif
#endif