mirror of
https://github.com/pine64/blisp.git
synced 2024-12-22 06:20:12 +00:00
Reverted change to default baud rate
This was a leftover from previous testing. It did work at 2Mbaud, but I was only testing on Linux and do not want to introduce a regression for other (i.e. MacOS) users.
This commit is contained in:
parent
aa79ad3601
commit
ffe2d0a48b
@ -88,11 +88,7 @@ blisp_return_t blisp_device_open(struct blisp_device* device,
|
||||
// if (device->is_usb) {
|
||||
// device->current_baud_rate = 2000000;
|
||||
// } else {
|
||||
if (device->chip->type == BLISP_CHIP_BL808) {
|
||||
device->current_baud_rate = 2000000;
|
||||
} else {
|
||||
device->current_baud_rate = 460800;
|
||||
}
|
||||
// }
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user