G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
946 stars 206 forks source link

Code residue? #206

Closed gopher333 closed 1 year ago

gopher333 commented 1 year ago

Dear G6EJD System complains about Line if ((CurrentHour >= WakeupTime && CurrentHour <= SleepTime) || DebugDisplayUpdate) DebugDisplayUpdate seems not to be declared (no procedure found). If I remove that part, works OK KR gopher

G6EJD commented 1 year ago

Yes, a remanent of some code amendments made by others, I've removed it now, thanks for letting me know.