-->
Page 119 of 122

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Wed Jun 28, 2017 1:21 pm
by Ribeiro Santos
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

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Wed Jul 12, 2017 4:10 am
by yudxp
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.

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Wed Jul 12, 2017 4:16 am
by Ribeiro Santos
Yes, what I want to mean, is that with older versions it worked without reboots.

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Thu Jul 20, 2017 4:24 am
by muhgin
Hi,
Is it possible to set compiler flags, and how? I could't do it the usual way(C/C++ Build -> Settings).
I need to set -std=c99 or -std=c11. Thanks !