diff --git a/.gitignore b/.gitignore index 2750a1f8..dc4776f5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .vscode/c_cpp_properties.json .vscode/launch.json .vscode/ipch -**/pre.h* \ No newline at end of file +**/pre.h* +.vscode/extensions.json diff --git a/src/wegaapi.h b/src/wegaapi.h index db2deb52..63f39407 100644 --- a/src/wegaapi.h +++ b/src/wegaapi.h @@ -138,7 +138,7 @@ void TaskWegaApi(void *parameters) wEC = ec / (1 + kt * (wNTC - 25)) + eckorr; } } - } + // Расчет pH if (pHmV) @@ -162,7 +162,7 @@ void TaskWegaApi(void *parameters) } - + } // else http.end(); if (WiFi.status() != WL_CONNECTED)