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 0
/
library.json
68 lines (68 loc) · 2.29 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
{
"name": "ESP_AT_WM_Lite",
"version": "1.6.0",
"keywords": "wifi, MultiWiFi, ESP8266-AT, ESP32-AT, WizFi360, SAM DUE, SAMD, nRF52, STM32, rpi-pico, rp2040, nano-rp2040-connect, Credentials, config-portal, dynamic-params, EEPROM, FlashStorage-SAMD, FlashStorage-STM32, LittleFS, DueFlashStorage, AVR Mega, Double-Reset, FlashStorage, light-weight",
"description": "Light-Weight WiFi/Credentials Manager for AVR Mega, SAM DUE, SAMD21, SAMD51, nRF52, STM32, RP2040-based Nano_RP2040_connect, RASPBERRY_PI_PICO boards, etc. using WizFi360/ESP8266/ESP32-AT-command shields with web configuration portal. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. You can also specify 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. Credentials and dynamic custom parameters are saved in EPROM, FlashStorage_SAMD, FlashStorage_STM32, FlashStorage_STM32F1, DueFlashStorage or nRF52/RP2040 LittleFS.",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/ESP_AT_WM_Lite"
},
"homepage": "https://github.com/khoih-prog/ESP_AT_WM_Lite",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": ">=1.8.1",
"platforms": ["*"]
},
{
"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_SAMD",
"version": "^1.3.2",
"platforms": ["samd"]
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": "^1.0.0",
"platforms": ["atmelsam"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": "^1.7.1",
"platforms": ["*"]
}
],
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}