Skip to content

Commit

Permalink
Fix typo in MMDVM.ini [LCDproc] section and mend Conf.cpp accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
g0wfv committed Oct 29, 2016
1 parent 3c61483 commit 655de17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Conf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion MMDVM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Type=3
Brightness=0
Invert=0

[LCDproc}
[LCDproc]
Address=localhost
Port=13666
#LocalPort=13667
Expand Down

0 comments on commit 655de17

Please sign in to comment.