We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7527a commit 2f274d3Copy full SHA for 2f274d3
HD44780.cpp
@@ -1053,7 +1053,7 @@ void CHD44780::clearNXDNInt()
1053
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
1054
{
1055
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
1056
- ::lcdPuts(m_fd, "POCSAG"); // Shortened "POCSAG TX" to 5 characters because it wraps around onto the next line (or on 16x2 displays the 1st line).
+ ::lcdPuts(m_fd, "POCSG"); // Shortened "POCSAG TX" to 5 characters because it wraps around onto the next line (or on 16x2 displays the 1st line).
1057
}
1058
1059
void CHD44780::clearPOCSAGInt()
0 commit comments