mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-05 08:23:06 +00:00
spi_flash_erase_range: Allow for 32KB blocks not 64KB blocks SPI flash hardware sends 52h command, which is a 32KB erase. There is a matching bug in the ROM SPIEraseArea code, unless flashchip->block_size is modified first. See merge request !249