From 0b3e41d2765ccde6405f3171f42afe4dfe04151a Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:33:37 -0400 Subject: [PATCH] Uppercase USE_A4988_STEPPER --- sonoff/i18n.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/i18n.h b/sonoff/i18n.h index cee36cd89..96f4db54e 100644 --- a/sonoff/i18n.h +++ b/sonoff/i18n.h @@ -473,7 +473,7 @@ #define D_CMND_ZIGBEE_PROBE "ZigbeeProbe" // Commands xdrv_25_A4988_Stepper.ino - #ifdef USE_A4988_Stepper + #ifdef USE_A4988_STEPPER #define D_CMND_MOTOR "MOTOR" #define D_JSON_MOTOR_MOVE "doMove" #define D_JSON_MOTOR_ROTATE "doRotate"