Skip to content

Commit dc154fe

Browse files
committed
Refactor mcs spacon console
1 parent 95a8de3 commit dc154fe

File tree

2 files changed

+181
-130
lines changed

2 files changed

+181
-130
lines changed

sim-ops-lib/so-master.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def control_loop():
134134
# need at least ground station U/L carrier enabled to send command
135135
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):
136136
result = { 'status': 'r:REL r:ACC r:FAIL'}
137-
_ts = GS_SIM.state.ts
137+
_ts = -1
138138
elif GS_SIM.state.power_ul < 50:
139139
result = { 'status': 'g:REL r:ACC r:FAIL'}
140140
_ts = GS_SIM.state.ts

0 commit comments

Comments
 (0)