tg44 / mqtt-marquee-scroller

MIT License
1 stars 1 forks source link

Displays HH:SS instead of HH:MM #1

Open heyitsyang opened 10 months ago

heyitsyang commented 10 months ago

My clock displays HH:SS instead of HH:MM. NumberOfHorizontalDisplays = 4.

Do you have a newer version that displays correctly? And perhaps has support for an MQTT password?

Thanks

tg44 commented 9 months ago

hmm... You are using it with 12h mode? https://github.com/tg44/mqtt-marquee-scroller/blob/master/marquee/Display.cpp#L218 I think this line has a bug in it, where we show the seconds instead of the minutes...

I have no mqtt password support as I know, I run this on my home network with no need for authentication.