diff --git a/firmware/Makefile b/firmware/Makefile index 9a03eca4..4318e2d9 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -231,7 +231,7 @@ program: SERIAL ?= /dev/ttyUSB0 log: - stty -F $(SERIAL) 115200 + stty -F $(SERIAL) 921600 lsof $(SERIAL) && echo "log is already opened" || ( sed -u "s/\r//" $(SERIAL) | ts ) clean: