mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
initial work on servos
This commit is contained in:
parent
711a052f04
commit
5f6aeb72f8
4 changed files with 200 additions and 4 deletions
|
@ -445,8 +445,10 @@ function process_message(code, data, bytes) {
|
|||
$('.software-version').html(CONFIG.version);
|
||||
|
||||
// IDENT received, show the tab content
|
||||
configuration_received = true;
|
||||
$('#tabs li a:first').click();
|
||||
if (!configuration_received) {
|
||||
configuration_received = true;
|
||||
$('#tabs li a:first').click();
|
||||
}
|
||||
break;
|
||||
case MSP_codes.MSP_STATUS:
|
||||
CONFIG.cycleTime = view.getUint16(0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue