forked from khoih-prog/WiFiManager_NINA_Lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
73 lines (73 loc) · 2.33 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
67
68
69
70
71
72
73
{
"name": "WiFiManager_NINA_Lite",
"version": "1.2.0",
"keywords": "wifi, wi-fi, MutiWiFi, WiFiNINA, AVR Mega, SAM DUE, SAMD, nRF52, STM32, Credentials, config-portal, dynamic-params, light-weight, EEPROM, FlashStorage, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage, LittleFS, Double-Reset",
"description": "Library to configure MultiWiFi/Credentials at runtime for AVR Mega, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, etc. boards running WiFiNINA modules/shields. 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 LittleFS/InternalFS, EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. DoubleDetectDetector feature permits entering Config Portal as requested.",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WiFiManager_NINA_Lite"
},
"homepage": "https://github.com/khoih-prog/WiFiManager_NINA_Lite",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih.prog",
"name": "WiFiNINA_Generic",
"version": "^1.8.5",
"platforms": ["*"]
},
{
"owner": "khoih.prog",
"name": "DoubleResetDetector_Generic",
"version": "^1.0.3",
"platforms": ["*"]
},
{
"owner": "khoih.prog",
"name": "FlashStorage_SAMD",
"version": "^1.1.0",
"platforms": ["*"]
},
{
"owner": "khoih.prog",
"name": "FlashStorage_STM32",
"version": "^1.0.1",
"platforms": ["*"]
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": "^1.0.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": "^1.1.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": "^1.0.2",
"platforms": ["*"]
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}