Remove checkbox for setting pwm frequency

This commit is contained in:
Philipp Häfele
2018-03-30 18:14:49 +02:00
committed by Philipp Häfele
parent cda6eec3ab
commit 8baea03abc
3 changed files with 3 additions and 29 deletions

View File

@@ -7,7 +7,6 @@
"resistor": "Resistor?",
"readinitial": "Read initial state of pin on deploy/restart?",
"type": "Type",
"setfreq": "Set frequency?",
"freq": "Frequency",
"initpin": "Initialise pin state?",
"debounce": "Debounce",
@@ -34,8 +33,7 @@
"pin": "<b>Pins in Use</b>: ",
"in": "Only Digital Input is supported - input must be 0 or 1.",
"dig": "Digital output - input must be 0 or 1.",
"pwm": "PWM output - input must be between 0 to 100.",
"freq": "Frequency must be in between 5 and 40000 Hz",
"pwm": "PWM output - input must be between 0 to 100.<br/>Frequency must be in between 5 and 40000 Hz.",
"ser": "Servo output - input must be between 0 to 100. 50 is centre.<br/>Min must be 500uS or more, Max must be 2500uS or less."
},
"types": {