feat: 添加串口自动探测

This commit is contained in:
2026-06-26 16:34:27 +08:00
parent d1a87556c5
commit 4aa93d8a9d
2 changed files with 295 additions and 10 deletions
+2
View File
@@ -2,6 +2,8 @@
"serial": {
"path": "COM3",
"baudRate": 115200,
"autoDetect": true,
"probeTimeout": 1200,
"_comment": "Windows使用COM1/COM2/COM3等,也可以直接写数字如3; Linux使用/dev/ttyUSB0"
},
"smtp": {