mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +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(TEMP_BUILD_PATH, suggestedClassName);
|
||||||
mainClassName =
|
mainClassName =
|
||||||
build(target, tempBuildFolder.getAbsolutePath(), suggestedClassName);
|
build(target, tempBuildFolder.getAbsolutePath(), suggestedClassName);
|
||||||
|
size(tempBuildFolder.getAbsolutePath(), name);
|
||||||
// externalPaths is magically set by build()
|
// externalPaths is magically set by build()
|
||||||
|
|
||||||
if (!externalRuntime) { // only if not running externally already
|
if (!externalRuntime) { // only if not running externally already
|
||||||
|
Reference in New Issue
Block a user