Fix NEOPIXEL_STARTUP_TEST last delay (#19156)
This commit is contained in:
parent
3b4779fa15
commit
7769f19bf5
@ -89,6 +89,7 @@ void Marlin_NeoPixel::init() {
|
||||
set_color_startup(adaneo1.Color(0, 255, 0, 0)); // green
|
||||
safe_delay(500);
|
||||
set_color_startup(adaneo1.Color(0, 0, 255, 0)); // blue
|
||||
safe_delay(500);
|
||||
#endif
|
||||
|
||||
#ifdef NEOPIXEL_BKGD_LED_INDEX
|
||||
|
Loading…
Reference in New Issue
Block a user