You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Looking for OneWire.h dependency? Check our library registry!
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.`
The text was updated successfully, but these errors were encountered: