kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
Added missing homed state
rodzic
0f7165e01d
commit
41b54bb1aa
|
|
@ -298,7 +298,7 @@ class Rotator(object):
|
|||
_telem_age = time.time() - _telem_time
|
||||
|
||||
# If the telemetry is older than our homing delay, move to our home position.
|
||||
if _telem_age > self.rotator_homing_delay * 60.0:
|
||||
if _telem_age > self.rotator_homing_delay * 60.0 and not self.rotator_homed:
|
||||
self.home_rotator()
|
||||
|
||||
else:
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue