Modification relative au changement de l'architecture du dépôt Python (Oui c'est sale)
This commit is contained in:
parent
1a2e64daed
commit
12b0f6dc16
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
function pythonGraph {
|
function pythonGraph {
|
||||||
echo "DATAEND" >> "$3"
|
echo "DATAEND" >> "$3"
|
||||||
echo "" > /dev/ttyACM0
|
echo "" > /dev/ttyACM0
|
||||||
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$2" "$1"
|
python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$2" "$1"
|
||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,4 +36,4 @@ while true; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
python3 /home/trotfunky/Programmation/Git/Python/extraction_asserv.py "$outFile" "$1"
|
python3 /home/trotfunky/Programmation/Git/Python/INTech/extraction_asserv.py "$outFile" "$1"
|
Loading…
Add table
Reference in a new issue