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:
parent
ddee2f424b
commit
65555b224c
4 changed files with 51 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue