mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
||||
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
<option value="4800">4800</option>
|
||||
<option value="2400">2400</option>
|
||||
<option value="1200">1200</option>
|
||||
<option value="300">300</option>
|
||||
</select>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue