mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
rssi_aux_channel support in receiver tab, hybrid box bugfixes
This commit is contained in:
parent
4719d1562d
commit
fe4240deb7
5 changed files with 62 additions and 8 deletions
|
@ -444,7 +444,7 @@ var MSP = {
|
|||
}
|
||||
break;
|
||||
case MSP_codes.MSP_SET_RCMAP:
|
||||
console.log('RCMAP Updated');
|
||||
console.log('RCMAP saved');
|
||||
break;
|
||||
case MSP_codes.MSP_CONFIG:
|
||||
BF_CONFIG.mixerConfiguration = data.getUint8(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue