mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Added POCSAG to ON7LDS layouts, Readme files update
Higher resolution POCSAG image for >320px
This commit is contained in:
@@ -616,7 +616,7 @@ void CNextion::writeNXDNInt(const char* source, bool group, unsigned int dest, c
|
||||
|
||||
if (m_mode != MODE_NXDN) {
|
||||
sendCommand("page NXDN");
|
||||
sendCommandAction(7U);
|
||||
sendCommandAction(6U);
|
||||
}
|
||||
|
||||
char text[30U];
|
||||
@@ -683,7 +683,7 @@ void CNextion::writePOCSAGInt(uint32_t ric, const std::string& message)
|
||||
{
|
||||
if (m_mode != MODE_POCSAG) {
|
||||
sendCommand("page POCSAG");
|
||||
sendCommandAction(6U);
|
||||
sendCommandAction(7U);
|
||||
}
|
||||
|
||||
char text[200U];
|
||||
|
||||
Reference in New Issue
Block a user