Fix variable reference

This commit is contained in:
mrcory
2020-02-14 11:14:38 -05:00
parent 719300c259
commit 49d124dd63
+1 -1
View File
@@ -68,7 +68,7 @@ BLYNK_WRITE(V31) { //Acceleration
}
BLYNK_WRITE(V32) { //Invert direction
invertMotor = param.asInt();
invertMotor[0] = param.asInt();
}
BLYNK_WRITE(V33) { //Reset device for inverted setting