-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12a7b8b
commit 8bcd1c1
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
{ | ||
"name":"OpenMRN-lite", | ||
"name":"OpenMRNLite", | ||
"description":"OpenMRN (Open Model Railroad Network) is a set of software libraries that are designed to make it easier to implement support for the NMRA's LCC (Layout Command Control) bus.", | ||
"keywords":"openlcb", | ||
"keywords":"openlcb,lcc", | ||
"authors": [ | ||
{ | ||
"name":"Stuart Baker" | ||
}, | ||
{ | ||
"name":"Mike Dunston", | ||
"email": "[email protected]", | ||
"maintainer": true | ||
}, | ||
{ | ||
"name":"Balazs Racz", | ||
"email": "[email protected]", | ||
|
@@ -14,9 +19,9 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bakerstu/openmrn" | ||
"url": "https://github.com/openmrn/OpenMRNLite" | ||
}, | ||
"version": "1.0.0", | ||
"version": "0.1.0", | ||
"license": "BSD-2-Clause", | ||
"frameworks": "arduino", | ||
"platforms": "espressif32", | ||
|