Skip to content
Snippets Groups Projects
Commit c9b71479 authored by Robin Mueller's avatar Robin Mueller
Browse files

Merge remote-tracking branch 'origin/master' into mueller_branch

parents 2a4e3441 ed4992bc
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ def packGpsTestInto(objectId, tcQueue):
command = PUSTelecommand(service=200, subservice=1, SSC=12, data=modeData)
tcQueue.put(command.packCommandTuple())
# pack wait interval until mode is on and a few gps replies have been received
tcQueue.put(("wait", 6))
tcQueue.put(("wait", 5))
# Set Mode Off
tcQueue.put(("print", "\n\rTesting GPS: Set Off"))
modeData = packModeData(objectId, 0, 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment