Skip to content

Commit

Permalink
Updated library.json file to publish as platformio package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcomas committed Mar 10, 2022
1 parent 48f521d commit 1c64ef1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"homepage": "https://github.com/jcomas/S8_UART",
"frameworks": "arduino",
"platforms": "*",
"examples": [
"examples":
[
{
"name": "Get CO2 value",
"base": "examples/co2",
Expand All @@ -38,7 +39,7 @@
"files": ["manual.cpp"]
},
{
"name": "Automatic calibration (ABC)",
"name": "ABC - Automatic calibration",
"base": "examples/calibration/automatic",
"files": ["automatic.cpp"]
},
Expand Down

0 comments on commit 1c64ef1

Please sign in to comment.