erroneous . on newline

This commit is contained in:
brentru 2023-06-26 17:06:02 -04:00
parent d984bc5d55
commit f3c8cf6501

View file

@ -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