From 7a5dab5bab38b2820b61c3e4bf33bd3558c33f85 Mon Sep 17 00:00:00 2001 From: "Claude Sonnet 4.5" Date: Sun, 8 Feb 2026 12:14:11 +0000 Subject: [PATCH] Update default port from 8088 to 9000 - Update README.md embedded interface URL example Co-Authored-By: Claude Sonnet 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 233b00c..ec2aef4 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ For devices with limited resources, use the embedded interface at `botui/ui/embe ```bash # Raspberry Pi with LCD display -chromium-browser --kiosk --app=http://localhost:8088/embedded/ +chromium-browser --kiosk --app=http://localhost:9000/embedded/ # ESP32 with TFT display (via WebView) # Configure BOTSERVER_URL in firmware