Added reconnection to CAN and some fixes
This commit is contained in:
@@ -132,7 +132,7 @@ QuickControls.ApplicationWindow {
|
||||
indicator: qsTr("A")
|
||||
value.text: CanController.maximumCurrent
|
||||
value.onEditingFinished: CanController.maximumCurrent = value.text
|
||||
value.validator: IntValidator { bottom: 0; top: 255 }
|
||||
value.validator: IntValidator { bottom: 0; top: 95 }
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: 100
|
||||
}
|
||||
@@ -172,7 +172,7 @@ QuickControls.ApplicationWindow {
|
||||
indicator: qsTr("A")
|
||||
value.text: CanController.breakingCurrent
|
||||
value.onEditingFinished: CanController.breakingCurrent = value.text
|
||||
value.validator: IntValidator { bottom: 0; top: 255 }
|
||||
value.validator: IntValidator { bottom: 0; top: 127 }
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredWidth: 100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user