ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Marlin/src/feature/leds/neopixel.cpp
|
@ -89,6 +89,7 @@ void Marlin_NeoPixel::init() { |
|
|
set_color_startup(adaneo1.Color(0, 255, 0, 0)); // green
|
|
|
set_color_startup(adaneo1.Color(0, 255, 0, 0)); // green
|
|
|
safe_delay(500); |
|
|
safe_delay(500); |
|
|
set_color_startup(adaneo1.Color(0, 0, 255, 0)); // blue
|
|
|
set_color_startup(adaneo1.Color(0, 0, 255, 0)); // blue
|
|
|
|
|
|
safe_delay(500); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#ifdef NEOPIXEL_BKGD_LED_INDEX |
|
|
#ifdef NEOPIXEL_BKGD_LED_INDEX |
|
|