mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 15:15:15 +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(&openssl_server_task, "openssl_server", 2048, NULL, 6, NULL);
|
||||
xTaskCreate(&openssl_server_task, "openssl_server", 8192, NULL, 6, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user