1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

MISC UI implementation for battery

fixes #15
This commit is contained in:
cTn 2014-01-13 17:43:22 +01:00
parent f72a99f327
commit 467b228b34
4 changed files with 249 additions and 194 deletions

View file

@ -417,7 +417,7 @@ function process_data(command, message_buffer, message_length_expected) {
break;
case MSP_codes.MSP_MAG_CALIBRATION:
console.log('Mag calibration executed');
break;
break;
case MSP_codes.MSP_SET_MISC:
console.log('MISC Configuration saved');
break;