erroneous . on newline
This commit is contained in:
parent
d984bc5d55
commit
f3c8cf6501
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ void ws_pixels::fillStrand(
|
|||
|
||||
#ifdef USE_DISPLAY
|
||||
char buffer[100];
|
||||
snprintf(buffer, 100, "[Pixel] Filling strand on pin %s with color %u\n.",
|
||||
snprintf(buffer, 100, "[Pixel] Filling strand on pin %s with color %u\n",
|
||||
pixelsWriteMsg->pixels_pin_data, pixelsWriteMsg->pixels_color);
|
||||
WS._ui_helper->add_text_to_terminal(buffer);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue