Skip to content

Commit c7df089

Browse files
authored
Update library.json
1 parent b2a61cf commit c7df089

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

library.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"name": "ArduinoLog",
3-
"keywords": "logging, debug, log, log levels, AVR, ESP8266",
4-
"description": "ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a chosen output target. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR and ESP8266 boards.",
5-
"version": "1.0.1",
6-
"authors":
7-
{
8-
"name": "Thijs Elenbaas",
9-
"url": "https://github.com/thijse",
10-
"maintainer": true
11-
},
12-
"repository":
13-
{
14-
"type": "git",
15-
"url": "https://github.com/thijse/Arduino-Log.git"
16-
},
17-
"homepage": "https://github.com/thijse/Arduino-Log/",
18-
"frameworks": "arduino",
19-
"platforms": "*",
20-
"examples": "examples/*/*.ino"
2+
"name": "ArduinoLog",
3+
"keywords": "logging, debug, log, log levels, AVR, ESP8266",
4+
"description": "ArduinoLog is a minimalistic logging framework to help the programmer output log statements to a chosen output target. ArduinoLog is designed so that log statements can remain in the code with minimal performance cost. In order to facilitate this the loglevel can be adjusted, and if the code is completely tested all logging code can be compiled out. Tested for AVR and ESP8266 boards.",
5+
"version": "1.0.1",
6+
"authors": {
7+
"name": "Thijs Elenbaas",
8+
"url": "https://github.com/thijse",
9+
"maintainer": true
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/thijse/Arduino-Log.git"
14+
},
15+
"homepage": "https://github.com/thijse/Arduino-Log/",
16+
"frameworks": "arduino",
17+
"platforms": "*",
18+
"examples": "examples/*/*.ino"
2119
}

0 commit comments

Comments
 (0)