-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 612 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "M5Stack-SD-Updater",
"description": "Make your apps loadable from the SD card",
"keywords": ["SD-Updater", "M5Stack", "M5Core2", "Odroid-Go", "ttgo-ts", "d-duino-32-xs", "esp32-wrover-kit", "SDUpdater"],
"authors": {
"name": "tobozo",
"url": "https://github.com/tobozo/"
},
"repository": {
"type": "git",
"url": "https://github.com/tobozo/M5Stack-SD-Updater.git"
},
"dependencies": [
{
"name": "ESP32-targz",
"version": ">=1.1.7"
}
],
"version": "1.2.8",
"framework": "arduino",
"headers": "M5StackUpdater.h",
"platforms": "espressif32"
}