2021-09-03 07:53:42 +01:00
|
|
|
{
|
2023-05-21 15:51:16 +01:00
|
|
|
"name": "HttpClient light",
|
2021-09-03 07:53:42 +01:00
|
|
|
"version": "1.0",
|
|
|
|
"description": "Forked version of Arduino HttpClient to support BearSSL instead of mbedTLS",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/arendst/Tasmota",
|
2021-12-18 12:26:16 +00:00
|
|
|
"frameworks": "arduino",
|
|
|
|
"platforms": "espressif32",
|
2021-09-03 07:53:42 +01:00
|
|
|
"authors":
|
|
|
|
{
|
|
|
|
"name": "Stephan Hadinger",
|
|
|
|
"maintainer": true
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"flags": [ "-I$PROJECT_DIR/include" ]
|
|
|
|
}
|
|
|
|
}
|