Files
esp-idf/components/esp_https_ota
hrushikesh.bhosale 55d317ff8a 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 14:00:34 +05:30
..