mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
🐛 Fix Neopixel 1 startup (#25203)
This commit is contained in:
parent
885b553416
commit
9a22c21b5b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void Marlin_NeoPixel::init() {
|
|||
set_color(adaneo1.Color
|
||||
TERN(LED_USER_PRESET_STARTUP,
|
||||
(LED_USER_PRESET_RED, LED_USER_PRESET_GREEN, LED_USER_PRESET_BLUE, LED_USER_PRESET_WHITE),
|
||||
(255, 255, 255, 255))
|
||||
(0, 0, 0, 0))
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue