pesor / TTGO-T-HIGrow

The extremely good plant sensor named LILYGO TTGO-T-HIGrow, is here integrated into Home Assistant, via MQTT messages, that can be Autodiscovered, via the belonging Python program. The program supports both DHT sensors, the new BME280 sensor and the external soil temperature sensor.
https://github.com/pesor/TTGO-T-HIGrow
MIT License
70 stars 36 forks source link

Update main.cpp to use proper casing for Esp.h #17

Closed ppetermann closed 3 years ago

ppetermann commented 3 years ago

including "ESP.h" might work on case insensitive filesystems, but since the file is actually called Esp.h it fails on case sensitive file systems.