Hello,
I have a problem with the ASR650x-Arduino library.
My sketch is the simple LoRaSender for HTCC-AB01.
These errors are displayed when compiling:
WARNING: library LoRa claims to run on ASR650x-Arduino architecture(s) and may be incompatible with your current board which runs on CubeCell architecture(s).
WARNING: library RGB claims to run on ASR650x-Arduino architecture(s) and may be incompatible with your current board which runs on CubeCell architecture(s).
…
And finally:
Invalid library found in C:\Users\heiner\Documents\Arduino\libraries\ASR650x-Arduino: no headers files (.h) found in C:\Users\heiner\Documents\Arduino\libraries\ASR650x-Arduino
I think I installed correctly. Board Manager via IDE, library with git clone.
Reinstalled several times, even after deleting it completely.
Where is the problem?