Merge branch 'main' of http://gitea.huangyanjie.com/lenn/tactileipc3d
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user