parent
d6c0cec463
commit
b2017bd96b
1
main.py
1
main.py
|
@ -58,6 +58,7 @@ def get_water_level():
|
||||||
|
|
||||||
TimeElapsed = StopTime - startTime
|
TimeElapsed = StopTime - startTime
|
||||||
distance = (TimeElapsed * 34300) / 2
|
distance = (TimeElapsed * 34300) / 2
|
||||||
|
debug_print(str(distance))
|
||||||
rounded_distance = int(distance)
|
rounded_distance = int(distance)
|
||||||
return str(rounded_distance)
|
return str(rounded_distance)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue