mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
polishing connect UI
This commit is contained in:
parent
206dc6ab26
commit
e99cbcecee
2 changed files with 9 additions and 5 deletions
|
@ -214,6 +214,8 @@ function process_data(command, message_buffer, message_length_expected) {
|
|||
// IDENT received, show the tab content
|
||||
if (!configuration_received) {
|
||||
configuration_received = true;
|
||||
|
||||
$('div#port-picker a.connect').text('Disconnect').addClass('active');
|
||||
$('#tabs li a:first').click();
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue