From f4a5a0a5842214174236b587908c44b0bce4a368 Mon Sep 17 00:00:00 2001 From: Administrator <@> Date: Thu, 13 Nov 2025 11:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/config.json b/config.json index e906251..b310203 100644 --- a/config.json +++ b/config.json @@ -4,31 +4,31 @@ "name": "服务器", "serial_port": "COM17", "serial_baudrate": 9600, - "camera_index": 2, - "camera_width": 1920, - "camera_height": 1080, - "move_velocity": 470, - "active": false - }, - { - "name": "2号机", - "serial_port": "COM14", - "serial_baudrate": 9600, - "camera_index": 0, - "camera_width": 1920, - "camera_height": 1080, - "move_velocity": 420, - "active": false - }, - { - "name": "3号机", - "serial_port": "COM18", - "serial_baudrate": 9600, "camera_index": 1, "camera_width": 1920, "camera_height": 1080, "move_velocity": 470, "active": true + }, + { + "name": "2号机", + "serial_port": "COM14", + "serial_baudrate": 9600, + "camera_index": 2, + "camera_width": 1920, + "camera_height": 1080, + "move_velocity": 360, + "active": false + }, + { + "name": "3号机", + "serial_port": "COM16", + "serial_baudrate": 9600, + "camera_index": 0, + "camera_width": 1920, + "camera_height": 1080, + "move_velocity": 360, + "active": false } ], "display": {