web server tweaks

This commit is contained in:
cottongin
2026-01-25 21:22:49 -05:00
parent af58eb1987
commit cda8a5ec6d
3 changed files with 268 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ void CrossPointWebServerActivity::onEnter() {
updateRequired = true;
xTaskCreate(&CrossPointWebServerActivity::taskTrampoline, "WebServerActivityTask",
2048, // Stack size
6144, // Stack size (increased: QR code + string ops need ~4KB)
this, // Parameters
1, // Priority
&displayTaskHandle // Task handle