From f458e3ac36c6cf5f7765021e0d3f7b44db2ffcc1 Mon Sep 17 00:00:00 2001 From: Michael Ingraham <34340210+meingraham@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:30:04 -0400 Subject: [PATCH] Uppercase USE_A4988_STEPPER --- sonoff/support_features.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/support_features.ino b/sonoff/support_features.ino index 0589433f7..07a70ab17 100644 --- a/sonoff/support_features.ino +++ b/sonoff/support_features.ino @@ -444,7 +444,7 @@ void GetFeatures(void) #ifdef USE_INA226 feature5 |= 0x00000010; // xsns_54_ina226.ino #endif -#ifdef USE_A4988_Stepper +#ifdef USE_A4988_STEPPER feature5 |= 0x00000020; // xdrv_25_A4988.ino #endif #ifdef USE_DDS2382