This commit is contained in:
e2002
2022-04-12 09:58:42 +03:00
parent b840b4418a
commit 51f85109c9
7 changed files with 15 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ void updateWeather() {
NULL, /* parameter of the task */
0, /* priority of the task */
&weatherUpdateTaskHandle, /* Task handle to keep track of created task */
1); /* pin task to core CORE_FOR_LOOP_CONTROLS */
0); /* pin task to core CORE_FOR_LOOP_CONTROLS */
}
/***********************************************