Clear line with URcall while going to LISTENING mode

This commit is contained in:
phl0 2016-04-04 23:42:15 +02:00
parent ea51eee15c
commit c0037e8098

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);