You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have decided to do this project and when I assemble it I don't know what I am doing wrong.
When I plug everything in, turn it on, it does the loading animation in blue, then it changes to green and does not change from white at any time.
What am I doing wrong?
I have the configuration as follows:
#define HOUR_COLOR CRGB::White
#define MINUTE_COLOR CRGB::Azure
#define WIFI_CONNECTING_COLOR CRGB::Blue
#define WIFI_CONNECTION_SUCCESSFUL_COLOR CRGB::Green
Thank you!
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered:
Did you disable the blynk functionality? If you would like to use static colors I would recommend disabling it so it does not interfere with your static colors
I have also noticed this issue where the WIFI_CONNECTION_SUCCESSFUL_COLOR gets set as the clock color. I also noticed the correct color usually kicks in if I restart the system. A temporary hack is to set the WIFI_CONNECTION_SUCCESSFUL_COLOR to the color you want the clock, knowing that hour and min will be the same color
Hello Florian,
I have decided to do this project and when I assemble it I don't know what I am doing wrong.
When I plug everything in, turn it on, it does the loading animation in blue, then it changes to green and does not change from white at any time.
What am I doing wrong?
I have the configuration as follows:
#define HOUR_COLOR CRGB::White
#define MINUTE_COLOR CRGB::Azure
#define WIFI_CONNECTING_COLOR CRGB::Blue
#define WIFI_CONNECTION_SUCCESSFUL_COLOR CRGB::Green
Thank you!
Translated with DeepL.com (free version)
The text was updated successfully, but these errors were encountered: