Slider0007 3 роки тому
батько
коміт
495b5de38c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      code/main/server_main.cpp

+ 1 - 1
code/main/server_main.cpp

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