jodur / ESPHOME-ITHO

ESPHOME version
40 stars 17 forks source link

compilations errors on Esphome version 2021.11+ (and fix) #8

Closed mories76 closed 2 years ago

mories76 commented 2 years ago

Starting with esphome version 2021.11.1 errors messages appeared when trying to compile. Esphome complained about a missing SPI.h file, when trying to workaround that I got errors about Ticker.h missing.

I fixed it by adding the following lines right below "ibraries:" in the file esphome configuration file ("itho.yaml" in this repo)

See Pull request #9