mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(task): Change all tasks size 4 times the original
This commit is contained in:
@ -210,6 +210,6 @@ void user_init(void)
|
||||
/* need to set opmode before you set config */
|
||||
wifi_set_opmode(STATION_MODE);
|
||||
|
||||
xTaskCreate(smartconfig_task, "smartconfig_task", 256, NULL, 2, NULL);
|
||||
xTaskCreate(smartconfig_task, "smartconfig_task", 1024, NULL, 2, NULL);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user