Skip to content

Commit

Permalink
Update library.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmorris committed Jul 28, 2024
1 parent 2321539 commit 39ebf59
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
{
"name": "debuggery",
"version": "1.1.7",
"description": "A helper library for getting information (including an assert, and print macro) from Arduino including the Esp32 via the usual serial port.",
"keywords": "debug,assert,macro,arduino,Esp32,serial,color serial print,board names",
"homepage": "https://github.com/davidlmorris/debuggery",
"repository": {
"type": "git",
"url": "https://github.com/davidlmorris/debuggery"
},
"authors": [
{
"name": "David Morris",
"url": "https://github.com/davidlmorris",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/davidlmorris/debuggery"
},
"version": "1.1.7",
"license": "MIT",
"homepage": "https://github.com/davidlmorris/debuggery",
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, teensy, espressif8266, espressif32",
"headers": "debuggery.h",
"platforms": "*",
"headers": ["debuggery.h", "not_debuggery.h"],
"export": {
"exclude": [
"docs",
"extras"
"docs"
]
},
"build": {
Expand Down

0 comments on commit 39ebf59

Please sign in to comment.