From dbf8e634d9a4a1242082edeff0f1c198395ec47c Mon Sep 17 00:00:00 2001 From: Slider0007 Date: Sat, 22 Oct 2022 20:29:32 +0200 Subject: [PATCH] Name adjustment --- code/main/server_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/main/server_main.cpp b/code/main/server_main.cpp index bb519093..9f679a6f 100644 --- a/code/main/server_main.cpp +++ b/code/main/server_main.cpp @@ -150,7 +150,7 @@ esp_err_t info_get_handler(httpd_req_t *req) if (_task.compare("SDCardFreePartitionSpace") == 0) { std::string zw; - zw = getSDCardFreeParitionSpace(); + zw = getSDCardFreePartitionSpace(); httpd_resp_sendstr_chunk(req, zw.c_str()); httpd_resp_sendstr_chunk(req, NULL); return ESP_OK;