config: change default WebSocket URL to wss://www.saultee.bot/ws
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9197371522
commit
efeff9e6c0
@ -68,7 +68,7 @@ final class SensorManager: NSObject, ObservableObject {
|
|||||||
|
|
||||||
// MARK: - WebSocket config
|
// MARK: - WebSocket config
|
||||||
|
|
||||||
static let defaultOrinURL = "ws://100.64.0.2:9090"
|
static let defaultOrinURL = "wss://www.saultee.bot/ws"
|
||||||
private static let orinURLKey = "orinURL"
|
private static let orinURLKey = "orinURL"
|
||||||
|
|
||||||
private(set) var ws: WebSocketClient
|
private(set) var ws: WebSocketClient
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user