Rolling 20220123

This commit is contained in:
jomjol
2022-01-23 19:47:34 +01:00
parent 53606d5055
commit 567dc74cd7
8 changed files with 15 additions and 7 deletions

View File

@@ -701,7 +701,7 @@ void TFliteDoAutoStart()
printf("task_autodoFlow configMINIMAL_STACK_SIZE: %d\n", _i);
printf("getESPHeapInfo: %s\n", getESPHeapInfo().c_str());
xReturned = xTaskCreate(&task_autodoFlow, "task_autodoFlow", configMINIMAL_STACK_SIZE * 48, NULL, tskIDLE_PRIORITY+1, &xHandletask_autodoFlow);
xReturned = xTaskCreate(&task_autodoFlow, "task_autodoFlow", configMINIMAL_STACK_SIZE * 35, NULL, tskIDLE_PRIORITY+1, &xHandletask_autodoFlow);
if( xReturned != pdPASS )
{