|
|
|
@ -2,7 +2,7 @@ menu "Xiaozhi Assistant"
|
|
|
|
|
|
|
|
|
|
config OTA_VERSION_URL
|
|
|
|
|
string "OTA Version URL"
|
|
|
|
|
default "https://api.tenclass.net/xiaozhi/ota/"
|
|
|
|
|
default ""
|
|
|
|
|
help
|
|
|
|
|
The application will access this URL to check for updates.
|
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ endchoice
|
|
|
|
|
config WEBSOCKET_URL
|
|
|
|
|
depends on CONNECTION_TYPE_WEBSOCKET
|
|
|
|
|
string "Websocket URL"
|
|
|
|
|
default "wss://api.tenclass.net/xiaozhi/v1/"
|
|
|
|
|
default "ws://192.168.1.20:8000/xiaozhi/v1/"
|
|
|
|
|
help
|
|
|
|
|
Communication with the server through websocket after wake up.
|
|
|
|
|
|
|
|
|
|