After #193 have been fixed with #197 now Arduino can see the library. But when i try to use it, i get this error:
[...]rtl_433_ESP/src/rtl_433_ESP.h:33:10: fatal error: log.h: No such file or directory
33 | #include "log.h"
| ^~~~~~~
compilation terminated.
Yes, rtl_433_ESP/include/log.h is the library directory and also all the other files in the include directory are in there. Its looking like something else is missing to let them be used when compiling.
After #193 have been fixed with #197 now Arduino can see the library. But when i try to use it, i get this error:
[...]rtl_433_ESP/src/rtl_433_ESP.h:33:10: fatal error: log.h: No such file or directory
33 | #include "log.h"
| ^~~~~~~
compilation terminated.
Yes, rtl_433_ESP/include/log.h is the library directory and also all the other files in the include directory are in there. Its looking like something else is missing to let them be used when compiling.