mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
parent
f13231be9a
commit
9246f668ee
1 changed files with 2 additions and 2 deletions
|
@ -393,8 +393,8 @@ var mspHelper = (function (gui) {
|
|||
offset += 4;
|
||||
MISC.battery_capacity_unit = (data.getUint8(offset++) ? 'mWh' : 'mAh');
|
||||
break;
|
||||
case MSPV2_INAV_SET_MISC:
|
||||
console.log('MISC Configuration saved (MSPv2)');
|
||||
case MSPCodes.MSPV2_INAV_SET_MISC:
|
||||
console.log('MISC INAV Configuration saved');
|
||||
break;
|
||||
case MSPCodes.MSPV2_INAV_BATTERY_CONFIG:
|
||||
BATTERY_CONFIG.vbatscale = data.getUint16(offset, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue