mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
example:coap_client: Change app task stack size
This commit is contained in:
parent
bc9d1a65d7
commit
fecd7a16d4
@ -344,5 +344,5 @@ void app_main(void)
|
||||
{
|
||||
ESP_ERROR_CHECK( nvs_flash_init() );
|
||||
wifi_conn_init();
|
||||
xTaskCreate(coap_example_task, "coap", 10240, NULL, 5, NULL);
|
||||
xTaskCreate(coap_example_task, "coap", 1024 * 5, NULL, 5, NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user