1
0
Fork 0
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:
cTn 2013-11-08 13:04:30 +01:00
parent 711a052f04
commit 5f6aeb72f8
4 changed files with 200 additions and 4 deletions

View file

@ -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);