-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f656cf
commit a0f2dee
Showing
1 changed file
with
71 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,77 @@ | |
"email": "[email protected]", | ||
"websiteURL": "https://github.com/CircuitMess/", | ||
"platforms": [ | ||
{ | ||
"category": "ESP32", | ||
"name": "CircuitMess ESP32 Boards", | ||
"url": "https://github.com/CircuitMess/Arduino-Packages/releases/download/esp32-v1.7.1/esp32-v1.7.1.zip", | ||
"checksum": "SHA-256:a528caaed1cadbb8dab51afa308b62bce5f79c09e6855f0a27c5eda318578ae1", | ||
"size": "128089388", | ||
"help": { | ||
"online": "" | ||
}, | ||
"version": "1.7.1", | ||
"architecture": "esp32", | ||
"archiveFileName": "esp32-v1.7.1.zip", | ||
"boards": [ | ||
{ | ||
"name": "Ringo by CircuitMess" | ||
}, | ||
{ | ||
"name": "Spencer by CircuitMess" | ||
}, | ||
{ | ||
"name": "Jay-D by CircuitMess" | ||
}, | ||
{ | ||
"name": "Wheelson by CircuitMess" | ||
}, | ||
{ | ||
"name": "ByteBoi by CircuitMess" | ||
}, | ||
{ | ||
"name": "Chatter by CircuitMess" | ||
}, | ||
{ | ||
"name": "Chatter 2.0 by CircuitMess" | ||
}, | ||
{ | ||
"name": "Synthia by CircuitMess" | ||
}, | ||
{ | ||
"name": "CircuitPet by CircuitMess" | ||
}, | ||
{ | ||
"name": "BatController by CircuitMess" | ||
}, | ||
{ | ||
"name": "Batmobile by CircuitMess" | ||
}, | ||
{ | ||
"name": "Clockstar by CircuitMess" | ||
}, | ||
{ | ||
"name": "Armstrong by CircuitMess" | ||
} | ||
], | ||
"toolsDependencies": [ | ||
{ | ||
"packager": "cm", | ||
"version": "1.22.0-80-g6c4433a-5.2.0", | ||
"name": "xtensa-esp32-elf-gcc" | ||
}, | ||
{ | ||
"packager": "cm", | ||
"version": "3.0.0", | ||
"name": "esptool_py" | ||
}, | ||
{ | ||
"packager": "cm", | ||
"version": "0.2.3", | ||
"name": "mkspiffs" | ||
} | ||
] | ||
}, | ||
{ | ||
"category": "ESP32", | ||
"name": "CircuitMess ESP32 Boards", | ||
|