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:
parent
97778e06dd
commit
7a5dab5bab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue