🩹 Fix a NeoPixel override (#26492)
This commit is contained in:
parent
8cf936ccb1
commit
d58168a03f
|
@ -58,6 +58,9 @@
|
|||
#define WIFI_RESET_PIN PD14 // MKS ESP WIFI RESET PIN
|
||||
#endif
|
||||
|
||||
// The FYSETC_MINI_12864_2_1 uses one of the EXP pins
|
||||
#if DISABLED(FYSETC_MINI_12864_2_1) && !defined(NEOPIXEL_PIN)
|
||||
#define NEOPIXEL_PIN PC5
|
||||
#endif
|
||||
|
||||
#include "pins_MKS_MONSTER8_common.h"
|
||||
|
|
Loading…
Reference in a new issue