-
Notifications
You must be signed in to change notification settings - Fork 78
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
Use ArduinoBearSSL library #400
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #400 +/- ##
=======================================
Coverage 95.00% 95.00%
=======================================
Files 27 27
Lines 1221 1221
=======================================
Hits 1160 1160
Misses 61 61 ☔ View full report in Codecov by Sentry. |
Memory usage change @ 0ac3cf6
Click for full report table
Click for full report CSV
|
Memory usage change @ 9059767
Click for full report table
Click for full report CSV
|
… ArduinoIoTCloud to ArduinoBearSSL library - remove unnecessary include - rename - add include guards - move into tls folder
…library configuration
Memory usage change @ 3dc5a1e
Click for full report table
Click for full report CSV
|
Memory usage change @ 8edc017
Click for full report table
Click for full report CSV
|
Memory usage change @ c1d4185
Click for full report table
Click for full report CSV
|
Memory usage change @ f1848d6
Click for full report table
Click for full report CSV
|
Works for me on Opta. Thank you :) Was close before doing the same |
Thanks for the feedback! Will be merged soon :) |
superseded by #465 |
Needs arduino-libraries/ArduinoBearSSL#80 in order to configure custom client profile and reduce build size.
Fixes: #398