Merge pull request #512 from ourairquality/esphttpd_wsbcast_stack
esphttpd: increase stack size for task wsbcast
This commit is contained in:
commit
776656d79b
@ -204,7 +204,7 @@ void user_init(void) {
|
|||||||
espFsInit((void*)(_binary_build_web_espfs_bin_start));
|
espFsInit((void*)(_binary_build_web_espfs_bin_start));
|
||||||
httpdInit(builtInUrls, 80);
|
httpdInit(builtInUrls, 80);
|
||||||
|
|
||||||
xTaskCreate(websocketBcast, "wsbcast", 300, NULL, 3, NULL);
|
xTaskCreate(websocketBcast, "wsbcast", 384, NULL, 3, NULL);
|
||||||
|
|
||||||
printf("\nReady\n");
|
printf("\nReady\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user