mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
cosmetic change
This commit is contained in:
parent
8273081fdd
commit
61bed4770f
4 changed files with 14 additions and 14 deletions
|
@ -5,7 +5,7 @@ $(document).ready(function() {
|
|||
if (GUI.connect_lock != true) { // GUI control overrides the user control
|
||||
var clicks = $(this).data('clicks');
|
||||
|
||||
var selected_port = String($('div#port-picker .port select').val());
|
||||
var selected_port = String($('div#port-picker #port').val());
|
||||
var selected_baud = parseInt($('div#port-picker #baud').val());
|
||||
|
||||
if (selected_port != '0' && selected_port != 'DFU') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue