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
978 stars 207 forks source link

You forgot a curly brace #71

Closed schroepfer closed 5 years ago

schroepfer commented 5 years ago

Hello, You forgot a curly brace in your library:

C:\Dummy\Arduino\portable\sketchbook\libraries\ESP32-e-Paper-Weather-Display-master\src/lang_gr.h:73:78: error: expected '}' before ';' token

const char* weekday_D[] = { "So.", "Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa." ;

G6EJD commented 5 years ago

Thank you I’ll update that as soon as I can this morning.

schroepfer commented 5 years ago

I think, this is not realy a BIG problem! ;-)

G6EJD commented 5 years ago

Corrected now.