1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00

added profile select in PID tab

This commit is contained in:
cTn 2014-02-14 15:41:36 +01:00
parent ddee2f424b
commit 65555b224c
4 changed files with 51 additions and 5 deletions

View file

@ -465,6 +465,7 @@ function process_data(code, message_buffer, message_length) {
send_message(MSP_codes.MSP_ACC_TRIM, MSP_codes.MSP_ACC_TRIM);
break;
case MSP_codes.MSP_SELECT_SETTING:
console.log('Profile selected');
break;
case MSP_codes.MSP_SET_SERVO_CONF:
console.log('Servo Configuration saved');