Reduce bootloader baudrate to be on the safe side.
This commit is contained in:
parent
93828d867e
commit
361cb612a7
|
@ -36,7 +36,7 @@ MODULES += core/net core/net/mac \
|
||||||
core/net/llsec core/net/llsec/noncoresec
|
core/net/llsec core/net/llsec/noncoresec
|
||||||
|
|
||||||
PYTHON = python
|
PYTHON = python
|
||||||
BSL_FLAGS += -e --bootloader-invert-lines -w -v -b 500000
|
BSL_FLAGS += -e --bootloader-invert-lines -w -v -b 450000
|
||||||
|
|
||||||
ifdef PORT
|
ifdef PORT
|
||||||
BSL_FLAGS += -p $(PORT)
|
BSL_FLAGS += -p $(PORT)
|
||||||
|
|
Loading…
Reference in a new issue