Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By yudxp
#68179
Ribeiro Santos wrote:My board is a NodeMCU v3, with 4MB.

I changed the "settings.mk", were was "SPI_SIZE_MAP ?= 2" changed to "SPI_SIZE_MAP ?= 4" and now works.

The blinky example, after 4 or 5 blinks reboots, but the blinky2 example works fine!

Hope helped someone :D


As you can see, if you read esp8266 API "Time delay, max : 65535 μs."
In the blink example, i think the delay is too long.