Update updater

This commit is contained in:
Tobias Hopp 2023-02-06 14:11:09 +01:00
parent 053fd3e260
commit 2965741b6d

View File

@ -6,6 +6,6 @@ yarn run compile
cd ./arduino/itender/ cd ./arduino/itender/
arduino-cli compile --fqbn arduino:avr:mega itender.ino || true arduino-cli compile --fqbn arduino:avr:mega itender.ino || true
sudo systemctl stop itender sudo systemctl stop itender
arduino-cli upload --port /dev/ACM0 --fqbn arduino:avr:mega itender.ino || true timeout 30 arduino-cli upload --port /dev/ttyACM0 --fqbn arduino:avr:mega itender.ino || true
sudo systemctl start itender sudo systemctl start itender
exit 0 exit 0