diff --git a/src/panel/ESCSettings.vue b/src/panel/ESCSettings.vue index 708426ef..3011432f 100644 --- a/src/panel/ESCSettings.vue +++ b/src/panel/ESCSettings.vue @@ -18,11 +18,11 @@
{{ m.label }}
- {{ trim(motor.settings[m.pin].LAYOUT) }} + {{ trim(motor.settings[mapPin(m)].LAYOUT) }} - - {{ trim(motor.settings[m.pin].NAME) }}, - {{ motor.settings[m.pin].MAIN_REVISION }}.{{ - motor.settings[m.pin].SUB_REVISION + {{ trim(motor.settings[mapPin(m)].NAME) }}, + {{ motor.settings[mapPin(m)].MAIN_REVISION }}.{{ + motor.settings[mapPin(m)].SUB_REVISION }}
@@ -32,7 +32,7 @@
@@ -71,12 +71,15 @@