platformio / platform-espressif8266

Espressif 8266: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif8266
Apache License 2.0
323 stars 219 forks source link

Fix ESP-07 flash size #204

Closed fimtrey closed 3 years ago

fimtrey commented 4 years ago

Should fix #193. The ESP-07 has only 1MB of flash, it’s the ESP-07S which has 4MB.

I couldn't read the EEPROM because it was defined outside the flash.

fimtrey commented 4 years ago

The docs https://github.com/platformio/platformio-docs/blob/develop/platforms/espressif8266.rst are wrong as well.

gonzabrusco commented 3 years ago

Hello. Could somebody merge this? The ESP-07 has 1MB https://www.esp8266.com/wiki/doku.php?id=esp8266-module-family#summary_table

gonzabrusco commented 3 years ago

@valeros ?

valeros commented 3 years ago

Thanks for the PR.