diff --git a/examples/esphttpd/user_main.c b/examples/esphttpd/user_main.c
index 94e4fd4..a532fb6 100644
--- a/examples/esphttpd/user_main.c
+++ b/examples/esphttpd/user_main.c
@@ -204,7 +204,7 @@ void user_init(void) {
 	espFsInit((void*)(_binary_build_web_espfs_bin_start));
 	httpdInit(builtInUrls, 80);
 
-	xTaskCreate(websocketBcast, "wsbcast", 300, NULL, 3, NULL);
+	xTaskCreate(websocketBcast, "wsbcast", 384, NULL, 3, NULL);
 
 	printf("\nReady\n");
 }