small function() eats up RAM

Presto!
I solved it. It seems using the global variable in the fCalibrate function was the issue. Making the function pass the value of a local variable adjusted by the buttons back to the calling function has solved the memory drain.
The explanation why? is up to you pro's. :slight_smile: