Problem with the ASR650x-Arduino library and HTCC-AB01

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?

Its a local problem of your enviroment!

hi,

You can ignore this warning.

This is a naming problem of a folder. It does not affect the use of normal functions.

Ignore the warnings, and concentrate on the Invalid library found. If there is one error found during the compile, you will see all the warnings that normally don’t get displayed and are usually safe to ignore.

Do you have a more information?