mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +03:00
Renamed ESC Telemetry to ESC Sensor
This commit is contained in:
parent
bcb361cac6
commit
35e307d1ba
4 changed files with 7 additions and 7 deletions
|
@ -67,7 +67,7 @@ var Features = function (config) {
|
|||
|
||||
if (semver.gte(config.flightControllerVersion, "3.1.0")) {
|
||||
features.push(
|
||||
{bit: 27, group: 'other', name: 'ESC_TELEMETRY'}
|
||||
{bit: 27, group: 'other', name: 'ESC_SENSOR'}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue