From 888c52b4ce04e278f2a31dc44fdec942bbd2f06e Mon Sep 17 00:00:00 2001 From: akdeb Date: Tue, 3 Jun 2025 16:14:55 +0100 Subject: [PATCH] raising volume again --- server-deno/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-deno/main.ts b/server-deno/main.ts index 9503e1c..5535c09 100644 --- a/server-deno/main.ts +++ b/server-deno/main.ts @@ -116,7 +116,7 @@ wss.on("connection", async (ws: WSWebSocket, payload: IPayload) => { ws.send( JSON.stringify({ type: "auth", - volume_control: user.device?.volume ?? 20, + volume_control: user.device?.volume ?? 100, is_ota: user.device?.is_ota ?? false, is_reset: user.device?.is_reset ?? false, pitch_factor: user.personality?.pitch_factor ?? 1,