lanrat / homeplate

Home Assistant E-Ink Dashboard on the Inkplate 10
Apache License 2.0
168 stars 24 forks source link

Build is failing error: 'DISPLAY_LAST_UPDATE_TIME' #55

Closed tuxianerDE closed 3 weeks ago

tuxianerDE commented 3 weeks ago

Hey,

observed the strangest thing today. I wanted to update the URL on my homeplates to connect to MQTT to.

When I run pio run in my IDE it is failing rc/image.cpp: In function 'bool remotePNG(const char*)': src/image.cpp:57:13: error: 'DISPLAY_LAST_UPDATE_TIME' was not declared in this scope if (DISPLAY_LAST_UPDATE_TIME) { ^~~~~~~~~~~~~~~~~~~~~~~~ *** [.pio/build/inkplate10v2/src/image.cpp.o] Error 1

The command I am calling is pio run -e inkplate10v2. I check the revisions and nothing changed ni that area of the code since I last used it. Any hint what I might be doing wrong?

Cheers & thanks

tuxianerDE commented 3 weeks ago

Nevermind missed the new config_example.h