vvip-68 / GyverPanelWiFi

Универсальная прошивка для широкоформатных матриц / гирлянд на балкон или стену / лампы с эффектами / часов с будильником-рассвет. Управление по WiFi в локальной сети или через MQTT-брокер.
287 stars 116 forks source link

led corner blinking #226

Closed dio1985 closed 2 years ago

dio1985 commented 2 years ago

20220417_150708

i have 4panels(16×16) i found 1point blinking led. so i tried to change to other panel. but its same and also i changed led direction by code. but its same

any problem only for me?

https://user-images.githubusercontent.com/78635592/163703343-eb608509-a93b-42a1-9894-a377ed2f9009.mp4

vvip-68 commented 2 years ago

It is common issue for those, who do not want read instructions on several first lines of main sketch file and uses wrong version of ESP8266 core. It should be 2.7.4 version, not 3.x.x

vvip-68 commented 2 years ago

After you install right version of esp8266 core du not forget also return led bin back to D2 from D4, that uses in case of core 3.x.x version

dio1985 commented 2 years ago

sorry i am late. it works well ver 2.7.4 thank you