Line calibration fixed
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user