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
components/espressif__ds18b20/src/ds18b20.c:10:10: fatal error: onewire_bus.h: No such file or directory
10 | #include "onewire_bus.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
[...]
BUG: onewire_bus.h found in component espressif__onewire_bus which is already in the requirements list of espressif__ds18b20
Hi @morgana2313 May I know how you use the onewire_bus and the ds18b20 components? Are you using them with component manager? In the manifest file, we have declared the dependency on the onewire_bus.
Dank voor uw bericht.
Ik ben afwezig tot 16 juni 2024 en lees sporadisch mijn mail.
Voor dringende zaken kunt u contact opnemen met mijn collega's via 070 891 9 891 of via ***@***.***
Using ds18b20 gives an error:
Fix: components/ds18b20/CMakeLists.txt
idf_component_register(SRCS "src/ds18b20.c" INCLUDE_DIRS "include" + PRIV_REQUIRES onewire_bus )
The text was updated successfully, but these errors were encountered: