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:
sl-ios 2026-04-06 16:35:11 -04:00
parent 9197371522
commit efeff9e6c0

View File

@ -68,7 +68,7 @@ final class SensorManager: NSObject, ObservableObject {
// 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(set) var ws: WebSocketClient