🩹 Fix a NeoPixel override (#26492)

This commit is contained in:
ellensp 2023-12-05 17:19:02 +13:00 committed by GitHub
parent 8cf936ccb1
commit d58168a03f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,9 @@
#define WIFI_RESET_PIN PD14 // MKS ESP WIFI RESET PIN
#endif
#define NEOPIXEL_PIN PC5
// 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"