Skip to content
Snippets Groups Projects
Commit b8fe612f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Include k40 calibration

parent 4bff3ba6
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,14 @@ start:
"python scripts/ahrs_calibration.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
@tmux select-layout even-vertical
@# K40
@#
@tmux new-window -n k40 -t ${SESSION_NAME}
@tmux split-window -v -t ${SESSION_NAME}:k40
@tmux send-keys -t ${SESSION_NAME}:k40.1 \
"python scripts/k40_calibration.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
@tmux select-layout even-vertical
@# Log.io
@#
@tmux new-window -n logio -t ${SESSION_NAME}
......
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