mirror of https://github.com/arendst/Tasmota.git
Uppercase USE_A4988_STEPPER
This commit is contained in:
parent
0b3e41d276
commit
a5683156ce
|
@ -731,7 +731,7 @@ const uint8_t kGpioNiceList[] PROGMEM = {
|
|||
GPIO_HRE_CLOCK,
|
||||
GPIO_HRE_DATA,
|
||||
#endif
|
||||
#ifdef USE_A4988_Stepper
|
||||
#ifdef USE_A4988_STEPPER
|
||||
GPIO_A4988_DIR, // A4988 direction pin
|
||||
GPIO_A4988_STP, // A4988 step pin
|
||||
// folowing are not mandatory
|
||||
|
|
Loading…
Reference in New Issue