-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
31 lines (31 loc) · 874 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "WiFi_FirmwareUpdater",
"version": "1.0.8",
"description": "A Developer friendly package for performing firmware updates",
"keywords": "updates, firmware, http, https, esp32, esp32-s2, esp32-c3, esp32-s3",
"repository":
{
"type": "git",
"url": "https://github.com/RobertByrnes/WiFi_FirmwareUpdater.git"
},
"authors":
[
{
"name": "Robert Byrnes",
"email": "robbyrnes@hotmail.co.uk",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"frameworks": "*",
"platforms": "espressif32, arduino",
"headers": ["WiFi_FirmwareUpdater.h"],
"examples": "examples/*/*",
"dependencies":
{
"bblanchon/ArduinoJson": "^6.19.4",
"mbed-kazushi2008/HTTPClient": "0.0.0+sha.cf5d7427a9ec",
"WiFi": "^2.0.0",
"Update": "2.0.0"
}
}