Skip to content

Commit 240eb5c

Browse files
authored
Update library.json
1 parent f1512a3 commit 240eb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ArduinoLog",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"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.",
55
"keywords": "logging, debug, log, log levels, AVR, ESP8266, ",
66
"authors":

0 commit comments

Comments
 (0)