mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
removing 300 baud, STM32 flasher note
This commit is contained in:
parent
6ee1982050
commit
51066a1962
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
STM32 F103 serial bus seems to properly initialize with quite a huge auto-baud range
|
||||
From 921600 down to 1200, i don't recommend getting any lower then that
|
||||
Official "specs" are from 115200 to 1200
|
||||
*/
|
||||
|
||||
var STM32_protocol = function() {
|
||||
this.hex; // ref
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue