Files
esp-idf/components/esp_https_ota/src
hrushikesh.bhosale 6ea9db6008 feat(esp_https_ota): Skipped read_header and write for custom partition
- For custom partition less than IMAGE_HEADER_SIZE (1024 bytes), give
error - 'complete header not received'
- Skipped the read_header function for custom partition, and directly
jumped to IN_PROGRESS state
2026-02-10 13:58:10 +05:30
..