platformio-libmirror icon indicating copy to clipboard operation
platformio-libmirror copied to clipboard

TextLCD (Wim Huiskamp) missing

Open microbug opened this issue 5 years ago • 0 comments

The following file is present in this repo: https://raw.githubusercontent.com/platformio/platformio-libmirror/master/configs/mbed/TextLCD_wim.json

This led me to believe I could use this library in PlatformIO. However, neither pio lib search -n TextLCD nor pio lib search -a "Wim Huiskamp" show this library and I have to manually download it from Mbed to use it.

I did try running pio lib register https://raw.githubusercontent.com/platformio/platformio-libmirror/master/configs/mbed/TextLCD_wim.json but got the following error:

Error: Invalid manifest fields: {'version': ['Missing data for required field.']}.
Please check specification -> htts://docs.platformio.org/page/librarymanager/config.html

microbug avatar Mar 20 '20 21:03 microbug