mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Fix typo in MMDVM.ini [LCDproc] section and mend Conf.cpp accordingly
This commit is contained in:
2
Conf.cpp
2
Conf.cpp
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user