Name adjustment

This commit is contained in:
Slider0007
2022-10-22 20:29:32 +02:00
parent c2b89dd199
commit 495b5de38c

View File

@@ -148,7 +148,7 @@ esp_err_t info_get_handler(httpd_req_t *req)
if (_task.compare("SDCardFreePartitionSpace") == 0) if (_task.compare("SDCardFreePartitionSpace") == 0)
{ {
std::string zw; std::string zw;
zw = getSDCardFreeParitionSpace(); zw = getSDCardFreePartitionSpace();
httpd_resp_sendstr_chunk(req, zw.c_str()); httpd_resp_sendstr_chunk(req, zw.c_str());
httpd_resp_sendstr_chunk(req, NULL); httpd_resp_sendstr_chunk(req, NULL);
return ESP_OK; return ESP_OK;