mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 13:36:54 +03:00
Name adjustment
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user