mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Adjusted current meter setting ranges to allow for negative offset.
This commit is contained in:
parent
0123388a7f
commit
41b2d60f8e
2 changed files with 4 additions and 4 deletions
|
@ -391,7 +391,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
|
|||
BF_CONFIG.board_align_pitch = data.read16(); // -180 - 360
|
||||
BF_CONFIG.board_align_yaw = data.read16(); // -180 - 360
|
||||
BF_CONFIG.currentscale = data.read16();
|
||||
BF_CONFIG.currentoffset = data.readU16();
|
||||
BF_CONFIG.currentoffset = data.read16();
|
||||
|
||||
updateTabList(BF_CONFIG.features);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue