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

quick fix for software test mode

parent a3f242fd
No related branches found
No related tags found
No related merge requests found
_build/*
_dependencies/*
_bin/*
_bin
_obj
_dependencies
.settings/*
.settings
.idea
.idea/*
.project
.cproject
__pycache__
*.lnk
*.tmp
*.open
*.ini
generators/*.csv
/AT91/
......@@ -77,7 +77,6 @@ modeList = {
}
def main():
args = parseInputArguments()
setGlobals(args)
......
......@@ -227,5 +227,6 @@ def createTotalTcQueue():
tcQueue = packService17TestInto(tcQueue)
tcQueue = packService200TestInto(tcQueue)
tcQueue = packDummyDeviceTestInto(tcQueue)
tcQueue = packDummyGpsTestInto(tcQueue)
objectId = bytearray([0x44, 0x00, 0x1F, 0x00])
tcQueue = packGpsTestInto(objectId, tcQueue)
return tcQueue
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