You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()));
0 commit comments