mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-30 13:55:18 +08:00
feat(task): Change all tasks size 4 times the original
This commit is contained in:
@ -336,5 +336,5 @@ void app_main(void)
|
||||
{
|
||||
ESP_ERROR_CHECK( nvs_flash_init() );
|
||||
initialise_wifi();
|
||||
xTaskCreate(&https_get_task, "https_get_task", 2048, NULL, 5, NULL);
|
||||
xTaskCreate(&https_get_task, "https_get_task", 8192, NULL, 5, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user