So it sounds like each increment is now 20cm instead of 10cm.
I wonder if the code can tell the difference in the two versions, if not we could add a factor for the user to set. Actually, if you build your own code, you could change one line in sensors.c
float altitude = 44330.0f * (1.0f - powf((sample) / PIOS_CONST_MKS_STD_ATMOSPHERE_F, (1.0f / 5.255f)));
probably just change ?
sample
to
sample*2.0f