We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a8de3 commit dc154feCopy full SHA for dc154fe
sim-ops-lib/so-master.py
@@ -134,7 +134,7 @@ def control_loop():
134
# need at least ground station U/L carrier enabled to send command
135
if _admin is False and (GS_SIM is None or GS_SIM.state.carrier_ul is None or GS_SIM.state.carrier_ul == Status.off):
136
result = { 'status': 'r:REL r:ACC r:FAIL'}
137
- _ts = GS_SIM.state.ts
+ _ts = -1
138
elif GS_SIM.state.power_ul < 50:
139
result = { 'status': 'g:REL r:ACC r:FAIL'}
140
_ts = GS_SIM.state.ts
0 commit comments