-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove certs #18
base: main
Are you sure you want to change the base?
Remove certs #18
Conversation
Memory usage change @ 3a94737
Click for full report table
Click for full report CSV
|
Memory usage change @ 8931582
Click for full report table
Click for full report CSV
|
After ArduinoIoTCloud 2.0.0 this library is used only for Arduino UNO R4. Root CA for OTA legacy can be configured from the firmware using the included certificate bundle https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/main/certificates/cacrt_all.pem To use the new OTA storage service we need to use device certificate stored in nsv using https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/aef6457c0f324686177a45792d62aa7ba27df8ce/UNOR4USBBridge/cmds_ota.h#L12 |
Apply after bundle support for OTA has been merged in ArduinoIoTCloud
arduino-libraries/ArduinoIoTCloud#381