From 8e97a68cb1145bf52cdd442af09b7ae454623afc Mon Sep 17 00:00:00 2001 From: cTn Date: Wed, 12 Feb 2014 10:43:21 +0100 Subject: [PATCH] bumping up bitrate for testing --- js/stm32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/stm32.js b/js/stm32.js index f5ffc77a99..5012666102 100644 --- a/js/stm32.js +++ b/js/stm32.js @@ -61,7 +61,7 @@ STM32_protocol.prototype.connect = function(hex) { flashing_bitrate = 921600; break; case 'MacOS': - flashing_bitrate = 38400; /* locked to max supported until new serial api is fixed */ + flashing_bitrate = 921600; /* max of 38400 was fixed in dev branch, 33 still broken */ break; case 'ChromeOS': case 'Linux':