We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ba62b4 + e7c2427 commit f4990e7Copy full SHA for f4990e7
src/SCRIPTS/BF/X7/pwm.lua
@@ -12,7 +12,7 @@ return {
12
{ t = "Prot", x = 58, y = 14, to = SMLSIZE },
13
{ t = "Unsync", x = 58, y = 24, to = SMLSIZE },
14
{ t = "PWM", x = 58, y = 34, to = SMLSIZE },
15
- { t = "Offset", x = 48, y = 44, to = SMLSIZE }
+ { t = "Idle", x = 58, y = 44, to = SMLSIZE }
16
},
17
fields = {
18
{ 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