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));
2360
2360
return;
2361
2361
}
2362
-
2362
+
2363
2363
Base.setIcon(serialMonitor);
2364
2364
2365
2365
// If currently uploading, disable the monitor (it will be later
@@ -2419,7 +2419,7 @@ public void handleSerial() {
2419
2419
} while (serialMonitor.requiresAuthorization() && !success);
2420
2420
2421
2421
}
2422
-
2422
+
2423
2423
publicvoidhandlePlotter() {
2424
2424
if(serialMonitor != null) {
2425
2425
if(serialMonitor.isClosed()) {
@@ -2429,7 +2429,7 @@ public void handlePlotter() {
0 commit comments