rolling 20210517

This commit is contained in:
jomjol
2021-05-17 19:35:38 +02:00
parent 39eda4a4be
commit 58eb0b1292
22 changed files with 808 additions and 531 deletions

View File

@@ -107,7 +107,7 @@ esp_err_t info_get_handler(httpd_req_t *req)
if (_task.compare("Hostname") == 0)
{
std::string zw;
zw = std::string(getHostname());
zw = std::string(hostname);
httpd_resp_sendstr_chunk(req, zw.c_str());
httpd_resp_sendstr_chunk(req, NULL);
return ESP_OK;