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 4
/
library.json
112 lines (112 loc) · 3.54 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "WiFiManager_Generic_Lite",
"version": "1.8.0",
"keywords": "wifi, multi-wifi, WiFiNINA, WiFi101, Teensy, SAM-DUE, SAMD, STM32, nRF52, rp2040, rtl8720dn, nano-rp2040-connect, config-portal, Double-Reset, dynamic-params, LittleFS, FlashStorage-SAMD, FlashStorage-STM32, Credentials, FlashStorage-RTP8720",
"description": "Library to configure MultiWiFi/Credentials at runtime for Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano RP2040 Connect, RP2040) boards, etc. using Generic WiFi (WiFiNINA, WiFi101, ESP8266-AT, ESP32-AT, etc.) 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, (emulated-)EEPROM, FlashStorage_SAMD, FlashStorage_STM32 or DueFlashStorage. New powerful-yet-simple-to-use feature to enable adding dynamic custom parameters from sketch and input using the same Config Portal. DoubleDetectDetector as well as Virtual Switches feature permits entering Config Portal as requested. Now using WiFiMulti_Generic library",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WiFiManager_Generic_Lite"
},
"homepage": "https://github.com/khoih-prog/WiFiManager_Generic_Lite",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": "^1.8.15-0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiMulti_Generic",
"version": ">=1.2.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": "^1.8.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "MultiResetDetector_Generic",
"version": "^1.8.1",
"platforms": "*"
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": "^1.3.2",
"platforms": ["samd"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32",
"version": "^1.2.0",
"platforms": ["ststm32"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32F1",
"version": "^1.1.0",
"platforms": ["ststm32"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_RTL8720",
"version": "^1.1.0",
"platforms": "*"
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": "^1.0.0",
"platforms": ["atmelsam"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": "^1.10.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": "^1.6.0",
"platforms": ["*"]
},
{
"name": "WiFi101",
"version": "https://github.com/khoih-prog/WiFi101"
},
{
"name": "Adafruit_MQTT_Library",
"version": "https://github.com/khoih-prog/Adafruit_MQTT_Library"
},
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": "^1.0.2",
"platforms": ["*"]
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}