mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-19 10:12:06 +02:00
update arduino-cli
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user