updating stm32 flashing speeds

10.3.x-maintenance
cTn 2014-01-21 14:40:22 +01:00
parent 763696b380
commit a004eeecae
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ STM32_protocol.prototype.connect = function(hex) {
var baud = parseInt($('div#port-picker #baud').val());
if (selected_port != '0') {
// get fastest supported bitrate for current platform
// (serial API for windows support baud > 256000 from chrome v 33+)
// recommended windows - 921600, rest - 576000, default - 115200
// popular choices - 921600, 460800, 256000, 230400, 153600, 128000, 115200, 57600
var flashing_bitrate;
switch (GUI.operating_system) {