fix:baud error

This commit is contained in:
Lenn
2026-01-20 11:13:31 +08:00
parent 59564fd312
commit 54d285cbc8
3 changed files with 124 additions and 90 deletions

View File

@@ -104,7 +104,7 @@ Rectangle {
ComboBox {
Layout.fillWidth: true
model: ["9600", "57600", "115200", "230400", "912600"]
model: ["9600", "57600", "115200", "230400", "921600"]
Component.onCompleted: {
const idx = model.indexOf(String(Backend.serial.baudRate))
if (idx >= 0)