AWTRIX2.0-Controller
AWTRIX2.0-Controller copied to clipboard
first led in the matrix blinking all the time
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
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 = [email protected]
solves the problem
These are two output waves in two different SDK
SDK2.6.3:
SDK3.2.0
That works perfect for me.
Thanks.