Skip to content

Commit

Permalink
Merge branch 'master' into M17_AX25_FM
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Oct 17, 2021
2 parents c5c5db3 + 12282f7 commit c469d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HD44780.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ void CHD44780::clearNXDNInt()
void CHD44780::writePOCSAGInt(uint32_t ric, const std::string& message)
{
::lcdPosition(m_fd, m_cols - 5, m_rows - 1);
::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).
}

void CHD44780::clearPOCSAGInt()
Expand Down

0 comments on commit c469d31

Please sign in to comment.