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 had the clock working fine for months. Then after an update The LEDs light as if it was waiting for NTP. I've put printlns in and found that it is not refreshing properly. The printlns are before and after the show in loop(). but it is only lighting up all LEDs green
I am using an Adafruit Feather Huzzan ESP8266
The text was updated successfully, but these errors were encountered:
Serial.println("Just before FastLED.show");
FastLED.show();
Serial.println("Just after FastLED.show");
}
}
byte getLEDHour(byte hours, byte minutes) {
....
20:51:07.705 -> Just after FastLED.show
20:51:08.702 -> 2022 8 4 21 51 8 day of week: 5 summer time: 1 night time: 1
20:51:08.702 -> 192.168.x.x
20:51:08.702 -> Time server IP: 45.33.37.82
20:51:08.702 -> Just before FastLED.show
20:51:08.702 -> Just after FastLED.show
20:51:09.698 -> 2022 8 4 21 51 9 day of week: 5 summer time: 1 night time: 1
I had the clock working fine for months. Then after an update The LEDs light as if it was waiting for NTP. I've put printlns in and found that it is not refreshing properly. The printlns are before and after the show in loop(). but it is only lighting up all LEDs green
I am using an Adafruit Feather Huzzan ESP8266
The text was updated successfully, but these errors were encountered: