Replies: 2 comments
-
Because you are using platformio incorrectly. You have added a
Well ... is there something in But most importantly, none of this is a RadioLib question, it's a question "how do I use platformio with a library" - so please direct that to the platformio forums. |
Beta Was this translation helpful? Give feedback.
-
this is the issue. thank you! |
Beta Was this translation helpful? Give feedback.
-
hello
sorry for dumb question but I dont understand why this strange behavior happens:
board == Heltec CubeCell-Board (HTCC-AB01)
fatal error: RadioLib.h: No such file or directory
which I can simple fix with define this function like this:
void setFlag();
but only I need put this line before implementation of this functions in the code.
so I works with COMMENTED lines in platformio.ini..
why?
where Im wrong and how to configure PlatformIO in correct way?
Beta Was this translation helpful? Give feedback.
All reactions