From 85e2472010bb4e35ea2e7ac2de9efed676a2dda6 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Thu, 5 Sep 2019 09:21:09 +0200 Subject: [PATCH] Move ESC_TELEMETRY to the ESC/Motor box --- src/js/Features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/Features.js b/src/js/Features.js index 4889b3e4..4ac2fe57 100644 --- a/src/js/Features.js +++ b/src/js/Features.js @@ -78,7 +78,7 @@ var Features = function (config) { if (semver.gte(CONFIG.apiVersion, "1.31.0")) { features.push( {bit: 25, group: 'rxMode', mode: 'select', name: 'RX_SPI'}, - {bit: 27, group: 'other', name: 'ESC_SENSOR'} + {bit: 27, group: 'esc', name: 'ESC_SENSOR'} ); }