Browse Source

Name adjustment

Slider0007 3 years ago
parent
commit
e308a1b5d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/main/server_main.cpp

+ 1 - 1
code/main/server_main.cpp

@@ -154,7 +154,7 @@ esp_err_t info_get_handler(httpd_req_t *req)
         return ESP_OK;        
         return ESP_OK;        
     }
     }
 
 
-    if (_task.compare("SDCardPartitionSectorSize") == 0)
+    if (_task.compare("SDCardParitionAllocationSize") == 0)
     {
     {
         std::string zw;
         std::string zw;
         zw = getSDCardParitionAllocationSize();
         zw = getSDCardParitionAllocationSize();