-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32 Arduino v3.0.4 changed NetworkClientSecur::setCACertBundle arguments #896
Comments
the same problem is also present in websocketserver |
setCACertBundle is not used in the websocketserver code. are you at the master branch? |
in Arduino IDE 2.3.2 only 2.5.1 is available. I manually installed 2.5.2, now eps32 3.04 also works |
2.5.2 has been released and will be picked up by the IDE soon too. |
Hi,
The latest version of arduino esp32 v3.0.4 has changed the function
void setCACertBundle(const uint8_t *bundle);
tovoid setCACertBundle(const uint8_t *bundle, size_t size);
.This breaks Websockets with the following error
/WebSocketsClient.cpp:250:45: error: no matching function for call to 'NetworkClientSecure::setCACertBundle(const uint8_t*&)'
Thanks
The text was updated successfully, but these errors were encountered: