This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
library.json
66 lines (66 loc) · 2.4 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "WiFiManager_RTL8720",
"version": "1.2.0",
"keywords": "wifi, wi-fi, MultiWiFi, multi-wifi, WiFiManager, RTL8720DN, RTL8722DM, RTM8722CSM, realtek, amebad-core, Communication, iot, credentials, persistent, config-portal, DoubleReset, MultiReset, DoubleResetDetector, littlefs, spiffs, eeprom, light-weight",
"description": "Library to configure MultiWiFi/Credentials at runtime for Realtek RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Optional default Credentials to be autoloaded into Config Portal to use or change instead of manually input. Credentials are saved in FlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. Double or MultiDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Configurable Customs HTML Headers, including Customs Style, Customs Head Elements, CORS Header.",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WiFiManager_RTL8720"
},
"homepage": "https://github.com/khoih-prog/WiFiManager_RTL8720",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiWebServer_RTL8720",
"version": "^1.1.2",
"platforms": "*"
},
{
"owner": "khoih-prog",
"name": "FlashStorage_RTL8720",
"version": "^1.1.0",
"platforms": "*"
},
{
"name": "Adafruit_MQTT_Library",
"version": "https://github.com/khoih-prog/Adafruit_MQTT_Library"
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": "^1.8.1",
"platforms": "*"
},
{
"owner": "khoih-prog",
"name": "WiFiMulti_Generic",
"version": ">=1.2.2",
"platforms": "*"
},
{
"owner": "khoih-prog",
"name": "MultiResetDetector_Generic",
"version": "^1.8.1",
"platforms": "*"
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["WiFiManager_RTL8720.h"]
}