Fix typo in MMDVM.ini [LCDproc] section and mend Conf.cpp accordingly

This commit is contained in:
Tony Corbett G0WFV
2016-10-29 11:28:56 +01:00
parent 3c614839a2
commit 655de17cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -232,7 +232,7 @@ bool CConf::read()
section = SECTION_NEXTION;
else if (::strncmp(buffer, "[OLED]", 6U) == 0)
section = SECTION_OLED;
else if (::strncmp(buffer, "[LCDproc]", 6U) == 0)
else if (::strncmp(buffer, "[LCDproc]", 9U) == 0)
section = SECTION_LCDPROC;
else
section = SECTION_NONE;

View File

@@ -166,7 +166,7 @@ Type=3
Brightness=0
Invert=0
[LCDproc}
[LCDproc]
Address=localhost
Port=13666
#LocalPort=13667