1
0
Fork 0
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:
Dominic Clifton 2014-12-20 02:50:36 +00:00
parent e398e52d9d
commit 7692b7354a
6 changed files with 88 additions and 35 deletions

View file

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