mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-18 21:27:43 +01:00
* Don't send extraneous '0\r\n\r\n' with non-chunked HTTP/1.0 * Fix compilation * Fix compilation
18 lines
417 B
JSON
18 lines
417 B
JSON
{
|
|
"name": "TasmotaWebServer",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"webserver", "TasmotaWebServer"
|
|
],
|
|
"description": "Customization of WebServer for both ESP8266 and ESP32",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/arendst/Tasmota/lib/TasmotaWebServer"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif8266", "espressif32"
|
|
]
|
|
}
|