Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

first led in the matrix blinking all the time #43

Open
octavio76 opened this issue Sep 1, 2021 · 2 comments
Open

first led in the matrix blinking all the time #43

octavio76 opened this issue Sep 1, 2021 · 2 comments

Comments

@octavio76
Copy link

Hi all, i upload the code with platformio and the first led in the matrix is blinking all the time, when i upload the firmware .bin this fail does not occur

@avanx
Copy link

avanx commented Sep 12, 2021

Some modifications in ESP8266 Arduino SDK 3.0.0+ may cause IO error in FastLED lib.
I'm using ESP-12F module
For me, change in platformio.ini
from
platform = espressif8266
to
platform = espressif8266@2.6.3
solves the problem
These are two output waves in two different SDK
SDK2.6.3:
2 6
SDK3.2.0
3 2

@santiagopm
Copy link

That works perfect for me.

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants