1 Star 0 Fork 2

hello_wxj/ESPAsync_WiFiManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
library.json 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
Khoi Hoang 提交于 2021-04-26 09:36 +08:00 . v1.7.1 to fix captive-portal bug
{
"name": "ESPAsync_WiFiManager",
"version": "1.7.1",
"keywords": "wifi, wi-fi, WiFiManager, esp8266, esp32, esp32-s2, esp32-c3, AsyncWebServer, Async-WebServer, Async-WiFiManager, MultiWiFi, Async, Communication, Credentials, Config-Portal, DoubleReset, MultiReset, littlefs, spiffs, eeprom, dns-server, iot",
"description": "ESP32 (including ESP32-S2 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 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 feature and configurable CORS Header.",
"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": [
{
"owner": "me-no-dev",
"name": "AsyncTCP",
"version": ">=1.1.1",
"platforms": ["espressif32"]
},
{
"owner": "me-no-dev",
"name": "ESPAsyncTCP",
"version": ">=1.2.2",
"platforms": ["espressif8266"]
},
{
"owner": "me-no-dev",
"name": "ESP Async WebServer",
"version": ">=1.2.3",
"platforms": ["espressif8266", "espressif32"]
},
{
"owner": "khoih.prog",
"name": "ESP_DoubleResetDetector",
"version": ">=1.1.1",
"platforms": ["espressif8266", "espressif32"]
},
{
"owner": "lorol",
"name": "LittleFS_esp32",
"version": ">=1.0.6",
"platforms": ["espressif32"]
}
],
"frameworks": "*",
"platforms": ["espressif8266", "espressif32"],
"examples": "examples/*/*/*.ino"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hello-wxj/ESPAsync_WiFiManager.git
git@gitee.com:hello-wxj/ESPAsync_WiFiManager.git
hello-wxj
ESPAsync_WiFiManager
ESPAsync_WiFiManager
master

搜索帮助