Fix upload speed
This commit is contained in:
@@ -22,7 +22,7 @@ upload: $(HEX)
|
||||
avrdude -vv -p atmega328p -c arduino -P $(PORT) -b 9600 -D -U flash:w:$(HEX):i
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user