mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Logging Verifying/Uploading when using CLI
This commit is contained in:
@ -413,10 +413,10 @@ public class Base {
|
||||
Editor editor = editors.get(0);
|
||||
|
||||
if (parser.isUploadMode()) {
|
||||
// Build and upload
|
||||
splashScreenHelper.splashText(_("Verifying and uploading..."));
|
||||
editor.exportHandler.run();
|
||||
} else {
|
||||
// Build only
|
||||
splashScreenHelper.splashText(_("Verifying..."));
|
||||
editor.runHandler.run();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user