This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
/
library.json
64 lines (64 loc) · 2.48 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
{
"name": "ESPAsync_WiFiManager",
"version": "1.15.1",
"keywords": "wifi, WiFiManager, esp8266, esp32, esp32-s2, esp32-s3, esp32-c3, AsyncWebServer, Async-WiFiManager, MultiWiFi, Async, Communication, Credentials, Config-Portal, DoubleReset, MultiReset, littlefs, spiffs, dns-server, iot, eeprom",
"description": "ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 WiFi Connection Manager using AsyncWebServer, with enhanced GUI and fallback Web ConfigPortal. This Library is used for configuring ESP32 (including ESP32-S2, ESP32-S3 and ESP32-C3), ESP8266 modules WiFi Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP channel. Now with MultiWiFi auto(Re)connect, configurable CORS Header and auto-Timezone features. Auto detect ESP32 core and use either built-in LittleFS or external LITTLEFS library. Using AsyncDNSServer instead of DNSServer. Now using correct ESP32 chipIP and optionally display Credentials on Config Portal",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/ESPAsync_WiFiManager"
},
"homepage": "https://github.com/khoih-prog/ESPAsync_WiFiManager",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies": [
{
"name": "AsyncTCP",
"version": "https://github.com/me-no-dev/AsyncTCP",
"platforms": [ "espressif32"]
},
{
"name": "ESPAsyncTCP",
"version": "https://github.com/khoih-prog/ESPAsyncTCP",
"platforms": [ "espressif8266"]
},
{
"name": "ESP Async WebServer",
"version": "https://github.com/khoih-prog/ESPAsyncWebServer",
"platforms": ["espressif8266", "espressif32"]
},
{
"owner": "me-no-dev",
"name": "ESPAsyncUDP",
"version": "0.0.0-alpha+sha.697c75a025",
"platforms": ["espressif8266"]
},
{
"name": "ESPAsyncDNSServer",
"version": "https://github.com/khoih-prog/ESPAsyncDNSServer",
"platforms": ["espressif8266", "espressif32"]
},
{
"owner": "khoih-prog",
"name": "ESP_DoubleResetDetector",
"version": ">=1.3.2",
"platforms": ["espressif8266", "espressif32"]
}
],
"license": "MIT",
"frameworks": "*",
"platforms": ["espressif8266", "espressif32"],
"examples": "examples/*/*/*.ino",
"headers": ["ESPAsync_WiFiManager.h", "ESPAsync_WiFiManager.hpp"]
}