Rover: make rangefinder ranges m rather than cm

This commit is contained in:
Sebastian Quilter 2021-10-18 16:45:34 +11:00 committed by Peter Barker
parent 013de11916
commit 2f56ac45ab

View File

@ -81,7 +81,7 @@ void Rover::Log_Write_Depth()
i, i,
loc.lat, loc.lat,
loc.lng, loc.lng,
(double)(s->distance_cm() * 0.01f), (double)(s->distance()),
temp_C); temp_C);
} }
// send water depth and temp to ground station // send water depth and temp to ground station