From 551fd1610110b87aac656881798436e2ab3e854d Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Thu, 21 Jan 2021 16:42:34 +0100 Subject: [PATCH] Alignment of text --- src/hasp_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index f235f265..681c4f00 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -307,7 +307,7 @@ void guiSetup() /* Setup Backlight Control Pin */ if(guiBacklightPin >= 0) { - Log.verbose(TAG_GUI, F("Backlight: Pin %d"), guiBacklightPin); + Log.verbose(TAG_GUI, F("Backlight : Pin %d"), guiBacklightPin); #if defined(ARDUINO_ARCH_ESP32) ledcSetup(BACKLIGHT_CHANNEL, 20000, 10);