Skip to content

Commit

Permalink
Updated no-firmware-response message
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Oct 31, 2023
1 parent 3519c25 commit bcfcc49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vescinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3181,7 +3181,10 @@ void VescInterface::timerSlot()
emit statusMessage(tr("No firmware read response"), false);
emit messageDialog(tr("Read Firmware Version"),
tr("Could not read firmware version. Make sure that "
"the selected port really belongs to the VESC. "),
"the selected port really belongs to the VESC. If "
"you are using UART, make sure that the port is enabled, "
"connected correctly (rx to tx and tx to rx) and uses "
"the correct baudrate"),
false, false);
disconnectPort();
}
Expand Down

0 comments on commit bcfcc49

Please sign in to comment.