-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
fix(ssl): Add size arg to NetworkClientSecure::setCACertBundle #10101
Conversation
👋 Hello me-no-dev, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 56 files 56 suites 4m 48s ⏱️ Results for commit f350d16. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
This is the change I made to get the bundle working 👍 |
Hey I know this is off topic, but Im really struggling to include <NetworkClientSecure.h> in my platformio project with the esp32s3. I figured I would post here as this seems to be where a lot of the activity surrounding that particular library is...
I assume this is because platformio is using a version of arduino-esp32 from before the release of NetworkClientSecure in version 3. But Im not sure how to check the arduino-esp32 release version used, and have been unable to set it. Or I must be fundamentally misunderstanding how to include this library in my project. platformio.ini
Trying to get some info on the package doesnt seem to give me the release version
main.cpp
|
@waymond91 NetworkClientSecure requires Arduino v3.x, but PlatformIO officially supports up to 2.0.17 (that you are on). |
@waymond91 Core 3.0.x is not supported from Platformio. There is the community version
|
Thank you so much both! You deserve about half my weeks wages 😆 |
Fixes: #10099