mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Showing progress during compilation as well as upload.
This commit is contained in:
parent
53ab9306e2
commit
fc90fa7d9d
@ -1830,7 +1830,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
internalCloseRunner();
|
||||
running = true;
|
||||
toolbar.activate(EditorToolbar.RUN);
|
||||
statusNotice("Compiling...");
|
||||
status.progress("Compiling sketch...");
|
||||
|
||||
// do this to advance/clear the terminal window / dos prompt / etc
|
||||
for (int i = 0; i < 10; i++) System.out.println();
|
||||
|
Loading…
x
Reference in New Issue
Block a user