Codex added unified library, all work
This commit is contained in:
parent
18a1d1558c
commit
8370e546ff
25 changed files with 2935 additions and 0 deletions
13
lib/tbeam_logger/library.json
Normal file
13
lib/tbeam_logger/library.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "tbeam_logger",
|
||||
"version": "0.1.0",
|
||||
"description": "Print-compatible logger that tees Arduino output to Serial and TBeamStorage.",
|
||||
"frameworks": "arduino",
|
||||
"platforms": "espressif32",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "tbeam_storage",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue