Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Add MD_Parola #154

Open
BogdanManescu opened this issue Jun 8, 2019 · 2 comments
Open

Add MD_Parola #154

BogdanManescu opened this issue Jun 8, 2019 · 2 comments

Comments

@BogdanManescu
Copy link

https://github.com/MajicDesigns/MD_Parola

@BogdanManescu
Copy link
Author

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'

@RoliAlpha
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants