This commit is contained in:
2026-01-20 20:00:49 +08:00
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)