From 457d17812339a43b33eed03f41f959d18cbec3ce Mon Sep 17 00:00:00 2001 From: root Date: Sun, 13 Nov 2016 16:12:04 -0500 Subject: [PATCH] Fix typo in YSF --- LCDproc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCDproc.cpp b/LCDproc.cpp index c803a50..02a5903 100644 --- a/LCDproc.cpp +++ b/LCDproc.cpp @@ -351,7 +351,7 @@ void CLCDproc::clearFusionInt() socketPrintf(m_socketfd, "widget_set YSF Line2 1 2 15 2 h 3 Listening"); socketPrintf(m_socketfd, "widget_set YSF Line3 1 3 15 3 h 3 \"\""); socketPrintf(m_socketfd, "widget_set YSF Line4 1 4 15 4 h 3 \"\""); - socketPrintf(m_socketfd, "output 16"); // Set LED4 color green + socketPrintf(m_socketfd, "output 4"); // Set LED4 color green } // Green 8 Red 128 Yellow 136