Qrome / marquee-scroller

Marquee Scroller Clock News Weather and More
https://www.thingiverse.com/thing:2867294
MIT License
324 stars 159 forks source link

Fix compilation errors and warnings. #281

Open jrwagz opened 8 months ago

jrwagz commented 8 months ago

The time definitions that were previously only in marquee.ino have been moved to Time.h, and we were doing an implicit String -> char* conversion which isn't recommended, so this makes the conversion explicit to remove a compilation warning.