feat(task): Change all tasks size 4 times the original

This commit is contained in:
Dong Heng
2018-07-09 11:35:09 +08:00
parent 0a0db61155
commit 1ba1e5ccbd
20 changed files with 21 additions and 21 deletions

View File

@ -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);
}