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
FLASH_SECTOR_SIZE is defined in cores/esp8266/flash_utils.h, while the SPI_FLASH_SEC_SIZE is defined in tools/sdk/include/spi_flash.h. They have both the same value and I assume they shall have the same meaning.
EEPROM uses SPI_FLASH_SEC_SIZE.
just to not confuse ppl...
The text was updated successfully, but these errors were encountered:
The referenced code is still present in latest git.
I think FLASH_SECTOR_SIZE should be #defined in terms of SPI_FLASH_SEC_SIZE, which comes from the Espressif SDK.
FLASH_SECTOR_SIZE is defined in cores/esp8266/flash_utils.h, while the SPI_FLASH_SEC_SIZE is defined in tools/sdk/include/spi_flash.h. They have both the same value and I assume they shall have the same meaning.
EEPROM uses SPI_FLASH_SEC_SIZE.
just to not confuse ppl...
The text was updated successfully, but these errors were encountered: