So I manually installed this library from GitHub:
I can include the .h files inside the src folder of file such as #include <LoggerBase.h>
But when I try to include the library inside the folder "sensors" as #include <sensors/MeterTeros11.h> I get the following error:
fatal error: sensors/MeterTeros11.h: No such file or directory
Can someone please explain why this is happening? How can I include a .h file inside another folder?