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

Disable K40 for now

parent 71595689
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ start:
@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
"# python scripts/k40_calibration.py -d ${DETECTOR_ID} -p ${MONITORING_LIGIER_PORT}" Enter
@tmux select-layout even-vertical
@# Logs
......
......@@ -44,9 +44,9 @@
<ul class="nav navbar-nav">
<li class="active"><a href="rttc.html">RTTC</a></li>
</ul>
<ul class="nav navbar-nav">
<li class="active"><a href="k40.html">K40</a></li>
</ul>
<!-- <ul class="nav navbar&#45;nav"> -->
<!-- <li class="active"><a href="k40.html">K40</a></li> -->
<!-- </ul> -->
<ul class="nav navbar-nav">
<li class="active"><a href="reco.html">Reco</a></li>
</ul>
......
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