You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32: bump encrypted ota component and fix the build errors
- Upgrade esp_encrypted_img dependency to version 2.3.0
- Update OTA documentation with new encrypted image generation method
- Add cmake function create_esp_enc_img() to lighting-app example
Optionally, you can use the cmake function `create_esp_enc_img()` to encrypt the OTA image during the build process. Please find the usage below. This is also demonstrated in the `examples/lighting-app/esp32/main/CMakeLists.txt` file.
0 commit comments