ESP32 Weather Log 3

March 22, 2023

Fixed bug where screen gets stuck on a certain screen. It was because my DHT sensor wasn’t reading anything so the code to display new screens was stuck. Still need to code the bug fix.

DHT sensor not reading caused display to stop on this screen

Fixed problem where ESP32 would not properly flash (Windows 10 to 11 update problem). COM changed from 3 to 4

Fixed problem where ESP32 boot looped. Changed LED reset pin from 7 to -1. An issue with SPI QIO pins that I’ve never had until now.

Confirmed new ESP32 I ordered works.

Comments are closed.