diff --git a/src/panel/ESCSettings.vue b/src/panel/ESCSettings.vue index 708426e..c527da2 100644 --- a/src/panel/ESCSettings.vue +++ b/src/panel/ESCSettings.vue @@ -7,7 +7,10 @@
-
+
{{ 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,14 +35,17 @@
-
+
Settings not loaded
@@ -71,12 +77,15 @@