Skip to content

Commit bcfcc49

Browse files
committed
Updated no-firmware-response message
1 parent 3519c25 commit bcfcc49

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vescinterface.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,10 @@ void VescInterface::timerSlot()
31813181
emit statusMessage(tr("No firmware read response"), false);
31823182
emit messageDialog(tr("Read Firmware Version"),
31833183
tr("Could not read firmware version. Make sure that "
3184-
"the selected port really belongs to the VESC. "),
3184+
"the selected port really belongs to the VESC. If "
3185+
"you are using UART, make sure that the port is enabled, "
3186+
"connected correctly (rx to tx and tx to rx) and uses "
3187+
"the correct baudrate"),
31853188
false, false);
31863189
disconnectPort();
31873190
}

0 commit comments

Comments
 (0)