1
0
Fork 0
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:
cTn 2014-09-24 16:01:23 +02:00
parent 4719d1562d
commit fe4240deb7
5 changed files with 62 additions and 8 deletions

View file

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