mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
Revert "Implemented support for MSP jumbo frames, switched dataflash reading to be using jumbo frames."
This commit is contained in:
parent
60cb7ab6be
commit
af3a185c5a
6 changed files with 25 additions and 85 deletions
|
@ -110,7 +110,7 @@ $(document).ready(function () {
|
|||
$('input.auto_connect').prop('checked', true);
|
||||
$('input.auto_connect, span.auto_connect').prop('title', chrome.i18n.getMessage('autoConnectEnabled'));
|
||||
|
||||
$('select#baud').val(500000).prop('disabled', true);
|
||||
$('select#baud').val(115200).prop('disabled', true);
|
||||
} else {
|
||||
// disabled by user
|
||||
GUI.auto_connect = false;
|
||||
|
@ -127,7 +127,7 @@ $(document).ready(function () {
|
|||
if (GUI.auto_connect) {
|
||||
$('input.auto_connect, span.auto_connect').prop('title', chrome.i18n.getMessage('autoConnectEnabled'));
|
||||
|
||||
$('select#baud').val(500000).prop('disabled', true);
|
||||
$('select#baud').val(115200).prop('disabled', true);
|
||||
} else {
|
||||
$('input.auto_connect, span.auto_connect').prop('title', chrome.i18n.getMessage('autoConnectDisabled'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue