Files
esp-idf/components/esp_https_ota
hrushikesh.bhosale 775f496e46 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-09 11:39:40 +05:30
..