hbitter / DNMS

Digital Noise Measurement Sensor
https://hbitter.github.io/DNMS/
GNU General Public License v3.0
70 stars 23 forks source link

Why is my HEX filesize bigger? #45

Closed BasvanDrunen closed 3 years ago

BasvanDrunen commented 3 years ago

When i build the .ino in Arduino IDE the .HEX file created has a bigger filesize. What do i need to change in order to match the filesize of my HEX file to the size of the HEX file on github?

image

hbitter commented 3 years ago

Hi Bas,

what version of Arduino IDE and Teensyduino are you using. I'm still using Arduino 1.8.13 and Teensyduino 1.53. Using other versions there might be a considerable difference in size. Regards, Helmut

BasvanDrunen commented 3 years ago

Hi Helmut,

Thanks, that could very well be the reason, below the versions i use: Arduino IDE version 1.8.16 Teensyduino version 1.55 (I never knew this would cause such a difference in filesizes...)

I will continue building my DNMS.

Thanks for your quick reply!