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 3
/
library.json
55 lines (55 loc) · 1.63 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
{
"name": "ESP_AT_WiFiManager",
"version": "1.4.0",
"keywords": "wifi, wifi-manager, ESP8266-AT, ESP32-AT, WizFi360, AT-command, wifi-shield, nRF52, SAM DUE, SAMD21, SAMD51, STM32, rpi-pico, rp2040, nano-rp2040-connect, Credentials, LittleFS, EEPROM, FlashStorage-SAMD, FlashStorage-STM32, DueFlashStorage",
"description": "WiFi/Credentials Manager for nRF52, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, RP2040-based RASPBERRY_PI_PICO, etc. boards using WizFi360/ESP8266/ESP32-AT-command shields with fallback web configuration portal. Credentials are saved in EEPROM, FlashStorage_SAMD, FlashStorage_STM32, 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_WiFiManager"
},
"homepage": "https://github.com/khoih-prog/ESP_AT_WiFiManager",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32",
"version": ">=1.2.0",
"platforms": ["ststm32"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": "^1.3.2",
"platforms": ["atmelsam"]
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": "^1.0.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": "^1.7.1",
"platforms": ["*"]
}
],
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}