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 is not supported on network ports such as {0} for the {1} in this release"), PreferencesData.get("serial.port"), boardName));
2359
2359
return;
2360
2360
}
2361
-
2361
+
2362
2362
Base.setIcon(serialMonitor);
2363
2363
2364
2364
// If currently uploading, disable the monitor (it will be later
@@ -2418,7 +2418,7 @@ public void handleSerial() {
2418
2418
} while (serialMonitor.requiresAuthorization() && !success);
2419
2419
2420
2420
}
2421
-
2421
+
2422
2422
publicvoidhandlePlotter() {
2423
2423
if(serialMonitor != null) {
2424
2424
if(serialMonitor.isClosed()) {
@@ -2428,7 +2428,7 @@ public void handlePlotter() {
0 commit comments