Fix upload speed
This commit is contained in:
parent
9c114b136a
commit
eaf4e9d814
@ -22,7 +22,7 @@ upload: $(HEX)
|
|||||||
avrdude -vv -p atmega328p -c arduino -P $(PORT) -b 9600 -D -U flash:w:$(HEX):i
|
avrdude -vv -p atmega328p -c arduino -P $(PORT) -b 9600 -D -U flash:w:$(HEX):i
|
||||||
|
|
||||||
serial:
|
serial:
|
||||||
picocom -b 115200 --lower-rts --lower-dtr /dev/ttyUSB0 --imap lfcrlf
|
picocom -b 9600 --lower-rts --lower-dtr /dev/ttyUSB0 --imap lfcrlf
|
||||||
|
|
||||||
test: test_ntc
|
test: test_ntc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user