Uppercase USE_A4988_STEPPER

This commit is contained in:
Michael Ingraham 2019-10-15 14:33:37 -04:00 committed by GitHub
parent 67e96e761d
commit 0b3e41d276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"