From c2d4800f3bf4acc664e90a44c88ae4478be6ee35 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 27 Apr 2016 22:30:24 +0200 Subject: [PATCH] Formatting issues --- Conf.cpp | 2 +- MMDVM.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Conf.cpp b/Conf.cpp index afc94f2..a24769c 100644 --- a/Conf.cpp +++ b/Conf.cpp @@ -351,7 +351,7 @@ bool CConf::read() } else if (section == SECTION_NEXTION) { if (::strcmp(key, "Size") == 0) m_nextionSize = value; - else if (::strcmp(key, "Port") == 0) + else if (::strcmp(key, "Port") == 0) m_nextionPort = value; else if (::strcmp(key, "Brightness") == 0) m_nextionBrightness = (unsigned int)::atoi(value); diff --git a/MMDVM.ini b/MMDVM.ini index b00621c..12a738d 100644 --- a/MMDVM.ini +++ b/MMDVM.ini @@ -90,6 +90,6 @@ Columns=16 Pins=115,113,112,111,110,109 [Nextion] +Size=2.4 Port=/dev/ttyAMA0 Brightness=50 -Size=2.4