CHERTS / esp8266-devkit

Unofficial Development Kit for Espressif ESP8266
http://www.programs74.ru
GNU General Public License v3.0
261 stars 102 forks source link

Incorrect memory setting in makefiles #36

Closed davydnorris closed 7 years ago

davydnorris commented 7 years ago

esp8266-devkit/Espressif/examples/ESP8266/common_nonos.mk has an incorrect setting for flash mode 6 on line 109.

It should read '32m-c1' but currently reads '32m' so ends up building for mode 6 (1024+1024) but only flashing mode 4 (512+512)

CHERTS commented 7 years ago

Hi, thank you.

Fixed in https://github.com/CHERTS/esp8266-devkit/commit/6712815a430b23b665d949aca369c9f91c5a7d16