-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed ArduinoJson dependancy * Added automatic log clearing functionality * Added customizable paths * Bugfixing in path in example
- Loading branch information
1 parent
95bd086
commit 9994444
Showing
7 changed files
with
184 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,21 @@ | ||
{ | ||
"name": "AdvancedLogger", | ||
"keywords": "logger, log, logging, memory, format", | ||
"description": "Library for simple logging to memory with comprehensive format.", | ||
"repository": | ||
"name": "AdvancedLogger", | ||
"keywords": "logger, log, logging, memory, format", | ||
"description": "Library for simple logging to memory with comprehensive format.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jibrilsharafi/AdvancedLogger.git" | ||
}, | ||
"authors": [ | ||
{ | ||
"type": "git", | ||
"url": "https://github.com/jibrilsharafi/AdvancedLogger.git" | ||
}, | ||
"authors": | ||
[ | ||
{ | ||
"name": "Jibril Sharafi", | ||
"email": "[email protected]", | ||
"url": "https://github.com/jibrilsharafi", | ||
"maintainer": true | ||
} | ||
], | ||
"dependencies": | ||
{ | ||
"name": "ArduinoJson", | ||
"authors": "bblanchon", | ||
"frameworks": "arduino" | ||
}, | ||
"version": "1.1.0", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} | ||
|
||
"name": "Jibril Sharafi", | ||
"email": "[email protected]", | ||
"url": "https://github.com/jibrilsharafi", | ||
"maintainer": true | ||
} | ||
], | ||
"dependencies": {}, | ||
"version": "1.1.0", | ||
"frameworks": "arduino", | ||
"platforms": "*" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.