Skip to content

Commit e7c2427

Browse files
authored
Offset label changed to be more appropriate
The label "Offset" was for me not clear what this does. For the Horus and X9 there is room for an "Idle offset" label which is perfectly clear. I think, for the X7, "Idle" is the best option, also set x=58 so it lines up nicely. Tested on my QX7S.
1 parent 9ba62b4 commit e7c2427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SCRIPTS/BF/X7/pwm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ return {
1212
{ t = "Prot", x = 58, y = 14, to = SMLSIZE },
1313
{ t = "Unsync", x = 58, y = 24, to = SMLSIZE },
1414
{ t = "PWM", x = 58, y = 34, to = SMLSIZE },
15-
{ t = "Offset", x = 48, y = 44, to = SMLSIZE }
15+
{ t = "Idle", x = 58, y = 44, to = SMLSIZE }
1616
},
1717
fields = {
1818
{ x = 32, y = 14, vals = { 9 }, min = 0, max = 1, to = SMLSIZE, table = { [0] = "OFF", "ON" }, upd = function(self) self.updateRateTables(self) end },

0 commit comments

Comments
 (0)