Merge pull request #7 from phl0/master

Clear line with URcall while going to LISTENING mode
This commit is contained in:
Jonathan Naylor 2016-04-05 06:25:18 +01:00
commit 6032b4a24e

View file

@ -135,7 +135,7 @@ void CHD44780::clearDStar()
::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);
::lcdPosition(m_fd, 0, 2);
::lcdPrintf(m_fd, "%.*s", m_cols, "");
::lcdPrintf(m_fd, "%.*s", m_cols, " ");
} else {
::lcdPosition(m_fd, 0, 1);
::lcdPrintf(m_fd, "%.*s", m_cols, LISTENING);