Skip to content

Commit f4990e7

Browse files
authored
Offset label changed to be more appropriate (#217)
Offset label changed to be more appropriate
2 parents 9ba62b4 + e7c2427 commit f4990e7

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)