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

bulk-fix out of bounds fencepost error re: issue #199 #200

Closed squeakyneb closed 1 year ago

squeakyneb commented 1 year ago

This fix addresses the memory access errors raised in https://github.com/G6EJD/ESP32-e-Paper-Weather-Display/issues/199

This fix is composed of several bulk find-and-replace searches. I am unable to test any versions of the code besides examples/Waveshare_7_5_3C/Waveshare_7_5_3C.ino myself, but it appears to be substantially similar in each case.

This fix does not address graphical issues raised in https://github.com/G6EJD/ESP32-e-Paper-Weather-Display/issues/199