more change in weather widget and some tweaks

This commit is contained in:
sharandac
2020-07-23 22:50:20 +02:00
parent 07598ece6b
commit 33249611f0
13 changed files with 173 additions and 36 deletions

View File

@@ -121,7 +121,7 @@ void wifictl_setup( void ) {
xTaskCreatePinnedToCore(
wifictl_Task, /* Function to implement the task */
"wifictl Task", /* Name of the task */
10000, /* Stack size in words */
2000, /* Stack size in words */
NULL, /* Task input parameter */
1, /* Priority of the task */
&_wifictl_Task, /* Task handle. */