Replies: 2 comments 2 replies
-
That's weird. 🤔 I tried to build I created #20 from this, so I can investigate it. I know for a fact that the Arduino IDE hates having nested folders & files in a given library's folder directory & favours having all of the headers & c++ source files all in one |
Beta Was this translation helpful? Give feedback.
-
Okay, I have found the problem. The good news is that it's not what you're doing on your end @grey1808, thankfully. You encountered a compilation bug in my library (which I am fixing, right now, as I write this reply). I have created #21 for you to try out & see if that works for you. You can check it out here |
Beta Was this translation helpful? Give feedback.
-
Greetings my friend! Please tell me what am I doing wrong. I'm sorry, I'm new to arduino and maybe the question is very obvious, but I can't figure it out.
I included the library and decided to compile your example, but it didn't work because I get an error at the compilation stage:
Arduino: 1.8.19 (Linux), Pay:"Arduino M0" /home/grey/Arduino/libraries/CRSFforArduino-Main-Trunk/src/lib/CRSFforArduino/CRSFforArduino.cpp:28:10: fatal error: CompatibilityTable.h: No such file or directory #include "CompatibilityTable.h" ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1
Please tell me how to connect this CompatibilityTable.h
Beta Was this translation helpful? Give feedback.
All reactions