From e308a1b5d9c56a8d1b05efe66da7b78993128870 Mon Sep 17 00:00:00 2001 From: Slider0007 Date: Sat, 22 Oct 2022 19:30:37 +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 d76c0b1f..28e78c8c 100644 --- a/code/main/server_main.cpp +++ b/code/main/server_main.cpp @@ -154,7 +154,7 @@ esp_err_t info_get_handler(httpd_req_t *req) return ESP_OK; } - if (_task.compare("SDCardPartitionSectorSize") == 0) + if (_task.compare("SDCardParitionAllocationSize") == 0) { std::string zw; zw = getSDCardParitionAllocationSize();