Update default port from 8088 to 9000

- Update README.md embedded interface URL example

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude Sonnet 4.5 2026-02-08 12:14:11 +00:00
parent 97778e06dd
commit 7a5dab5bab

View file

@ -258,7 +258,7 @@ For devices with limited resources, use the embedded interface at `botui/ui/embe
```bash ```bash
# Raspberry Pi with LCD display # 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) # ESP32 with TFT display (via WebView)
# Configure BOTSERVER_URL in firmware # Configure BOTSERVER_URL in firmware