mirror of
https://github.com/pine64/blisp.git
synced 2025-08-21 11:00:52 +00:00
Compare commits
1 Commits
0374712469
...
9230727a3a
Author | SHA1 | Date | |
---|---|---|---|
|
9230727a3a |
@ -88,7 +88,11 @@ 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…
x
Reference in New Issue
Block a user