Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #109

Open
wzooroo opened this issue Jun 6, 2022 · 1 comment
Open

Compile error #109

wzooroo opened this issue Jun 6, 2022 · 1 comment

Comments

@wzooroo
Copy link

wzooroo commented Jun 6, 2022

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.`

@vitotai
Copy link
Owner

vitotai commented Jun 7, 2022

oops.
added it back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants