Hello,
I have written one program, and compile it on my macbook, and on windows10 (parallels)
When I look to the outcomming there is an hoge different. When I compile on my macbook the maximum space is 1048576 bytes an when I compile it on Windows10 1310720 bytes.
Can't explane this!
Summary of both compilations:
Arduino-IDE windows10:
Sketch uses 1006265 bytes (76%) of program storage space. Maximum is 1310720 bytes.
Global variables use 47588 bytes (14%) of dynamic memory,
leaving 280092 bytes for local variables.
Maximum is 327680 bytes.
Arduino-IDE Macbook:
Sketch uses 999645 bytes (95%) of program storage space. Maximum is 1048576 bytes.
Global variables use 47504 bytes (14%) of dynamic memory,
leaving 280176 bytes for local variables.
Maximum is 327680 bytes.