more stack size for ugv display task
This commit is contained in:
		
							parent
							
								
									14e1864896
								
							
						
					
					
						commit
						7835c7987a
					
				| @ -26,7 +26,7 @@ void DisplayClass::Init() { | ||||
|   oled->setPowerSave(false); | ||||
| 
 | ||||
|   BaseType_t xRet = xTaskCreate(DisplayClass::RunThread, "ugv_display", | ||||
|                                 2 * 1024, this, 1, &this->task_handle_); | ||||
|                                 8 * 1024, this, 1, &this->task_handle_); | ||||
|   if (xRet != pdTRUE) { | ||||
|     ESP_LOGE(TAG, "error starting display thread"); | ||||
|   } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user