Skip to content

Commit

Permalink
Fix NEOPIXEL_STARTUP_TEST last delay (MarlinFirmware#19156)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and thinkyhead committed Sep 2, 2020
1 parent e28c02d commit f006d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/feature/leds/neopixel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f006d59

Please sign in to comment.