Explorar o código

Name adjustment

Slider0007 %!s(int64=3) %!d(string=hai) anos
pai
achega
dbf8e634d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/main/server_main.cpp

+ 1 - 1
code/main/server_main.cpp

@@ -150,7 +150,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;