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

Add MD_Parola

Open BogdanManescu opened this issue 6 years ago • 2 comments

https://github.com/MajicDesigns/MD_Parola

BogdanManescu avatar Jun 08 '19 13:06 BogdanManescu

tried to add using this code

{ "name": "MD_PAROLA", "keywords": "scrolling,LED, matrix, text, displays", "description": "Arduino Library for scrolling LED matrix text displays", "repository": { "type": "git", "url": "https://github.com/MajicDesigns/MD_Parola" }, "authors": [ { "name": "Marco Colli", "email": "", "url": "http://arduinoplusplus.wordpress.com", "maintainer": true }

],
"dependencies":
{
  "name": "MD_MAX72xx",
  "authors": "Marco Colli",
  "frameworks": "arduino"
},
"version": "2.0",
"frameworks": "arduino",
"platforms": "*"

} upon command platformio lib register library.json got error Error: Invalid library config URL 'library.json'

BogdanManescu avatar Jun 08 '19 13:06 BogdanManescu

You just need to change the url that you registered from "https://github.com/MajicDesigns/MD_Parola/master/library.json" to "https://raw.githubusercontent.com/MajicDesigns/MD_Parola/master/library.json",it will work.I just find it a minute ago.

RoliAlpha avatar Jun 10 '19 09:06 RoliAlpha