Skip to content

Commit 503e93f

Browse files
authored
Update library.json
1 parent f2d344c commit 503e93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ArduinoLog",
3-
"version": "1.0.1",
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.",
2+
"name": "ArduinoLog",
53
"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",
66
"authors":
77
{
88
"name": "Thijs Elenbaas",

0 commit comments

Comments
 (0)