mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Update configuration for Cleanflight settings.
This commit is contained in:
parent
e398e52d9d
commit
7692b7354a
6 changed files with 88 additions and 35 deletions
|
@ -489,6 +489,9 @@ var MSP = {
|
|||
//
|
||||
// Cleanflight specific
|
||||
//
|
||||
case MSP_codes.MSP_SET_CHANNEL_FORWARDING:
|
||||
console.log('Channel forwarding saved');
|
||||
break;
|
||||
|
||||
case MSP_codes.MSP_API_VERSION:
|
||||
CONFIG.apiVersion = data.getUint8(1) + '.' + data.getUint8(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue