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)
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