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

Revert WxConditions[0].Timezone -> WxForecast[index].Timezone, it wasn't wrong. #169

Closed skiphansen closed 2 years ago

skiphansen commented 2 years ago

WxForecast[].Timezone is never set, hence WxConditions[0].Timezone must be used as it was in the original code.

G6EJD commented 2 years ago

Thank you