cherts/esp8266-devkit

Incorrect memory setting in makefiles

davydnorris opened this issue · 1 comments

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)

Hi, thank you.

Fixed in 6712815