Skip to content
Prev Previous commit
Next Next commit
Added back lost edit
  • Loading branch information
mhightower83 committed Dec 19, 2022
commit 825ce98c71de0eacc8e144a8e6b51bf6e6d2664f
4 changes: 2 additions & 2 deletions cores/esp8266/core_esp8266_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ extern "C" void ICACHE_FLASH_ATTR user_pre_init(void)

do {
#if FLASH_MAP_SUPPORT
if (!flashinit()) {
flash_map_str = PSTR("flashinit: flash size missing from FLASH_MAP table\n");
flash_map_str = flashinit();
if (flash_map_str) {
continue;
}
#endif
Expand Down