🐛 Fix some BTT SKR2 pins (#22558)
This commit is contained in:
committed by
Scott Lahteine
parent
65e39116cb
commit
4a7d3a336b
@ -153,13 +153,6 @@
|
||||
#define POWER_LOSS_PIN PC15 // PWRDET
|
||||
#endif
|
||||
|
||||
//
|
||||
// NeoPixel LED
|
||||
//
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PE6
|
||||
#endif
|
||||
|
||||
//
|
||||
// Control pin of driver/heater/fan power supply
|
||||
//
|
||||
@ -511,6 +504,13 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// NeoPixel LED
|
||||
//
|
||||
#ifndef NEOPIXEL_PIN
|
||||
#define NEOPIXEL_PIN PE6
|
||||
#endif
|
||||
|
||||
//
|
||||
// WIFI
|
||||
//
|
||||
|
Reference in New Issue
Block a user