mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
Indentation, remove parsing
This commit is contained in:
parent
70464f5ff2
commit
c51217a585
2 changed files with 5 additions and 5 deletions
|
@ -1693,7 +1693,7 @@ MspHelper.prototype.crunch = function(code) {
|
|||
.push8(RX_CONFIG.rcSmoothingDerivativeType);
|
||||
if (semver.gte(CONFIG.apiVersion, "1.42.0")) {
|
||||
buffer.push8(RX_CONFIG.usbCdcHidType)
|
||||
.push8(RX_CONFIG.rcSmoothingAutoSmoothness);
|
||||
.push8(RX_CONFIG.rcSmoothingAutoSmoothness);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue