mirror of
https://github.com/arendst/Tasmota.git
synced 2026-02-27 12:12:03 +01:00
* Tasmota - Berry ASYNC Webclient integration Add library.json for Async HttpClient Light Update readme.txt for AsyncHttpClientLight Clarified the integration of AsyncHttpClientLight with Berry webclient and improved formatting for example URLs. AsyncHttpClientLight.cpp Add AsyncHttpClientLight header file Integrate ASYNC Webclient functionality Add USE_BERRY_WEBCLIENT_ASYNC feature USE_BERRY_WEBCLIENT_ASYNC definition for async webclient mode. Refactor webclient to use AsyncHttpClientLight * Revise readme for AsyncHttpClientLight updates Updated readme.txt to reflect changes in AsyncHttpClientLight, including new core client details and operational notes. * Update README for AsyncHttpClientLight integration
18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"name": "Async HttpClient Light",
|
|
"version": "1.0",
|
|
"description": "Async extension for HttpClientLight by Stephan Hadinger",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/arendst/Tasmota",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32",
|
|
"authors":
|
|
{
|
|
"name": "Martin Macak (HexaMaster)",
|
|
"maintainer": true
|
|
},
|
|
"build": {
|
|
"flags": [ "-I$PROJECT_DIR/include" ]
|
|
}
|
|
}
|