mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Fixed broken current meter fix.
This commit is contained in:
parent
4de433c973
commit
e1685ea56f
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
break;
|
||||
case MSPCodes.MSP_CURRENT_METER_CONFIG:
|
||||
BF_CONFIG.currentscale = data.read16();
|
||||
BF_CONFIG.currentdiff adiffname = data.read16();
|
||||
BF_CONFIG.currentoffset = data.read16();
|
||||
BF_CONFIG.currentmetertype = data.readU8();
|
||||
BF_CONFIG.batterycapacity = data.readU16();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue