Line calibration fixed

This commit is contained in:
Marvin Martinson
2019-11-08 18:00:06 +02:00
parent 9dd690c5f4
commit 594ca5d54b
5 changed files with 10 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ SERIAL_PORT=/dev/ttyUSB0
all: flash delay libs config update reset
upload: config update reset console
files: delete libs update config delay reset
delay:
sleep 3
@@ -23,6 +24,9 @@ update:
ampy -p $(SERIAL_PORT) put main.py
ampy -p $(SERIAL_PORT) put boot.py
delete:
ampy -p $(SERIAL_PORT) rm main.py
config:
ampy -p $(SERIAL_PORT) put config.json