Cannot install library from CLI or IDE
aliphys opened this issue · 3 comments
aliphys commented
I expect to be able to install the Arduino_PF1550 library via both the library manager as well as the CLI.
IDE
When searching for Arduino_PF1550 in the Library Manager of the IDE, the library is not shown

CLI
Entering the command
arduino-cli lib install Arduino_PF1550
bring an error stating that the library is not found.

Note that the ArduinoBLE library is found.
aliphys commented
There is no entry with Arduino_PF1550 inside the arduino/library-registry repository.
aentinger commented
Hilarious -.- Fixed via arduino/library-registry#3728 .
aliphys commented

