Slider0007 3 лет назад
Родитель
Сommit
2a54d9b889
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      code/main/server_main.cpp

+ 1 - 1
code/main/server_main.cpp

@@ -156,7 +156,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();