Skip to content

Commit ecab052

Browse files
committed
More verbose status error
1 parent 97acc9d commit ecab052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ public void handleSerial() {
23202320
serialMonitor = new MonitorFactory().newMonitor(port);
23212321

23222322
if (serialMonitor == null) {
2323-
statusError(I18n.format(tr("Serial monitor not supported on port {0}"), PreferencesData.get("serial.port")));
2323+
statusError(I18n.format(tr("You've currently selected a network port. The Serial Monitor is not supported on network ports for the {0} in this release"), port.getBoardName()));
23242324
return;
23252325
}
23262326

0 commit comments

Comments
 (0)