mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
updating stm32 flashing speeds
This commit is contained in:
parent
763696b380
commit
a004eeecae
1 changed files with 1 additions and 3 deletions
|
@ -60,9 +60,7 @@ STM32_protocol.prototype.connect = function(hex) {
|
||||||
var baud = parseInt($('div#port-picker #baud').val());
|
var baud = parseInt($('div#port-picker #baud').val());
|
||||||
|
|
||||||
if (selected_port != '0') {
|
if (selected_port != '0') {
|
||||||
// get fastest supported bitrate for current platform
|
// popular choices - 921600, 460800, 256000, 230400, 153600, 128000, 115200, 57600
|
||||||
// (serial API for windows support baud > 256000 from chrome v 33+)
|
|
||||||
// recommended windows - 921600, rest - 576000, default - 115200
|
|
||||||
var flashing_bitrate;
|
var flashing_bitrate;
|
||||||
|
|
||||||
switch (GUI.operating_system) {
|
switch (GUI.operating_system) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue