vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile error

wzooroo opened this issue · comments

When compiling ESP8266 default_envs = nodemcuv2 or other, an error occurs.
And I have to add the OneWire library myself(
You forgot to add.

`Compiling .pio\build\nodemcuv2\src\WiFiSetup.cpp.o
Compiling .pio\build\nodemcuv2\src\automation.cpp.o
src\BrewManiac.cpp:14:10: fatal error: OneWire.h: No such file or directory



14 | #include <OneWire.h>
| ^~~~~~~~~~~
compilation terminated.`

oops.
added it back.