platformio / platform-espressif8266

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

Generic ESP8285 Module size incorrect #111

Closed SRChiP closed 5 years ago

SRChiP commented 5 years ago

The "maximum_size" of 434160 bytes is incorrect for the ESP8285 chip json. The chip has 1M of data according to the datasheet (page 12, section 3.1.3). The arduino board section shows the size as 761840 bytes after discounting the spiffs too. esp8285.menu.eesz.1M256.upload.maximum_size=761840

I think the value should be corrected.

ivankravets commented 5 years ago

Thanks!