mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Printing binary sketch size when compiling (in addition to when uploading).
This commit is contained in:
@ -1306,6 +1306,7 @@ public class Sketch {
|
||||
//mainClassName = build(TEMP_BUILD_PATH, suggestedClassName);
|
||||
mainClassName =
|
||||
build(target, tempBuildFolder.getAbsolutePath(), suggestedClassName);
|
||||
size(tempBuildFolder.getAbsolutePath(), name);
|
||||
// externalPaths is magically set by build()
|
||||
|
||||
if (!externalRuntime) { // only if not running externally already
|
||||
|
Reference in New Issue
Block a user