We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3519c25 commit bcfcc49Copy full SHA for bcfcc49
vescinterface.cpp
@@ -3181,7 +3181,10 @@ void VescInterface::timerSlot()
3181
emit statusMessage(tr("No firmware read response"), false);
3182
emit messageDialog(tr("Read Firmware Version"),
3183
tr("Could not read firmware version. Make sure that "
3184
- "the selected port really belongs to the VESC. "),
+ "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"),
3188
false, false);
3189
disconnectPort();
3190
}
0 commit comments