raising volume again

This commit is contained in:
akdeb 2025-06-03 16:14:55 +01:00
parent ae444abde3
commit 888c52b4ce

View file

@ -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,