palsayantan / Neopixel-7-Segment-Digital-Clock

Digital Clock using WS2812b RGB 7 Segment Digit Display & ESP8266
14 stars 7 forks source link

Digits unexpected blink #1

Open BI4KLY opened 2 years ago

BI4KLY commented 2 years ago

when time shows up, the digits flash/blink every 1Second. The flash/blink very short. And the blink interval time is affected by "int period = 1000", if you change it to 10000, then the digits blink every 10seconds

palsayantan commented 2 years ago

Add some serial prints in the disp_Time() function to check whether you are getting proper time from the internet.