platformio / platformio-libmirror

PlatformIO libraries mirror
Apache License 2.0
16 stars 25 forks source link

TextLCD (Wim Huiskamp) missing #173

Open microbug opened 4 years ago

microbug commented 4 years ago

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