AdamVStephen / gem-water-level-gauge

Building a water level gauge using MPX5010DP sensor and arduino.
GNU General Public License v2.0
0 stars 1 forks source link

Release 1.2.0 is unstable due to lack of free SRAM #5

Closed AdamVStephen closed 6 years ago

AdamVStephen commented 6 years ago

Compiler warning. Around 200 bytes free of SRAM - but may be insufficient.

AdamVStephen commented 6 years ago

Fixed in release 1.3.0. Firstly replaced repeated inline strings by single const char * copies. Put fixed strings for serial line title into flash with F(" ") notation. Commented out unrequired trace strings. Now above the warning threshold.