1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Fixing syntax error.

This commit is contained in:
mikeller 2016-08-05 00:00:41 +12:00
parent 9c9932241e
commit 06cb22e8f5

View file

@ -46,7 +46,7 @@ var Features = function (config) {
if (config.flightControllerVersion !== '' && semver.gte(config.flightControllerVersion, "2.8.0")) {
features.push(
{bit: 22, group: 'other', name: 'AIRMODE'},
{bit: 23, group: 'pidTuning', name: 'SUPEREXPO_RATES'},
{bit: 23, group: 'pidTuning', name: 'SUPEREXPO_RATES'}
);
}