vitotai / BrewManiacEsp8266

BrewManiac on ESP8266. Only ESP8266 needed.
155 stars 71 forks source link

Compile error #109

Open wzooroo opened 2 years ago

wzooroo commented 2 years ago

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


vitotai commented 2 years ago

oops. added it back.