update switch_gpu_mode_direct.sh

This commit is contained in:
MacRimi
2026-04-09 21:42:44 +02:00
parent 8ca33dec6f
commit 04bda0bf10
2 changed files with 77 additions and 14 deletions
@@ -126,7 +126,6 @@ const initMessage = {
script_path: scriptPath,
params: paramsRef.current,
}
console.log("[v0] Sending initMessage with params:", paramsRef.current)
ws.send(JSON.stringify(initMessage))
setTimeout(() => {
@@ -289,7 +288,6 @@ const initMessage = {
script_path: scriptPath,
params: paramsRef.current,
}
console.log("[v0] WS onopen - Sending params:", paramsRef.current)
ws.send(JSON.stringify(initMessage))
}, 50)