1
0
Fork 0
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:
cTn 2014-01-21 14:40:22 +01:00
parent 763696b380
commit a004eeecae

View file

@ -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) {