-->
Page 1 of 1

Sketch size problem

PostPosted: Thu May 11, 2017 7:24 pm
by hgycap
When I compile a sketch with Arduino IDE,
I got 2 different sketch sizes.
ESP.getSketchSize() returns the second one.
What's the relation with each other?


스케치는 프로그램 저장 공간 225989 바이트(21%)를 사용. 최대 1044464 바이트.
전역 변수는 동적 메모리 32400바이트(39%)를 사용, 49520바이트의 지역변수가 남음. 최대는 81920 바이트.
Uploading 230144 bytes from C:\Users\userpc\AppData\Local\Temp\arduino_build_53098/sketch_may11b.ino.bin to flash at 0x00000000

Re: Sketch size problem

PostPosted: Fri May 12, 2017 10:58 pm
by hgycap
un-aligned and aligned file size maybe...