Added missing pwm param

This commit is contained in:
John Shaver 2018-12-14 09:28:49 -08:00
parent e88568b3c7
commit 8d10e604f0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ function render() {
case "green":
if(ledRed.getPwmDutyCycle()) {
DEBUG && console.log("Turning off Red LED.");
return ledRed.hardwarePwmWrite(0);
return ledRed.hardwarePwmWrite(HZ, 0);
}
if(!ledGreen.digitalRead()) {
DEBUG && console.log("Turning on Green LED.");