Skip to content

Commit ce038f8

Browse files
authored
Update library.json
1 parent a8e6847 commit ce038f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ArduinoLog",
33
"version": "1.0.0",
4-
"description": "Simple application log library. Simple application log library. Main features: multiple log levels, custom output stream, custom formatting, flash memory support.",
5-
"keywords": "logging, debug, log, log levels",
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+
"keywords": "logging, debug, log, log levels, AVR, ESP8266, ",
66
"authors":
77
{
88
"name": "Thijs Elenbaas",

0 commit comments

Comments
 (0)