Browse Source

Fix NEOPIXEL_STARTUP_TEST last delay (#19156)

ellensp 4 years ago
parent
commit
91c8c6d96e
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/feature/leds/neopixel.cpp

+ 1
- 0
Marlin/src/feature/leds/neopixel.cpp View File

@@ -89,6 +89,7 @@ void Marlin_NeoPixel::init() {
89 89
     set_color_startup(adaneo1.Color(0, 255, 0, 0));  // green
90 90
     safe_delay(500);
91 91
     set_color_startup(adaneo1.Color(0, 0, 255, 0));  // blue
92
+    safe_delay(500);
92 93
   #endif
93 94
 
94 95
   #ifdef NEOPIXEL_BKGD_LED_INDEX

Loading…
Cancel
Save