Added board firmware update functionality
This commit is contained in:
@@ -38,6 +38,7 @@ ColumnLayout {
|
||||
Connections {
|
||||
target: BmsInterface
|
||||
onStatusMessage: printMessage(msg, isGood)
|
||||
onPortConnectedChanged: printMessage(BmsInterface.getConnectedPortName(), true)
|
||||
}
|
||||
|
||||
function printMessage(msg, isGood) {
|
||||
|
||||
Reference in New Issue
Block a user