forked from me-no-dev/ESPAsyncWebServer
* arduino json 6 async web server migration
* Update .travis.yml
fix travis error
* Revert "Update .travis.yml"
This reverts commit 37d1bf0e71.
* gitignore
* test fix travis
* fix travis
* fix proposed in #487
* fix travis
* fix travis
* fix travis
* fix travis
* ARDUINOJSON_5_COMPATIBILITY
* replaced to #if ARDUINOJSON_VERSION_MAJOR == 5
* fix
* added AsyncWebServer::end()
* added AsyncWebServer::end()
* Update WebServer.cpp
fix
* fix typo
* fix typo
10 lines
258 B
INI
10 lines
258 B
INI
name=ESP Async WebServer
|
|
version=1.2.1
|
|
author=Me-No-Dev
|
|
maintainer=Me-No-Dev
|
|
sentence=Async Web Server for ESP8266 and ESP31B
|
|
paragraph=Async Web Server for ESP8266 and ESP31B
|
|
category=Other
|
|
url=https://github.com/me-no-dev/ESPAsyncWebServer
|
|
architectures=*
|