Fix NEOPIXEL_STARTUP_TEST last delay (#19156)

This commit is contained in:
ellensp 2020-08-26 22:14:54 +12:00 committed by Scott Lahteine
parent 3b4779fa15
commit 7769f19bf5

View File

@ -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