mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Add extra commits and hopefully fix missing line on HD44780 in DMR mode,
This commit is contained in:
parent
469fd8623b
commit
9c59294c23
3 changed files with 10 additions and 7 deletions
|
|
@ -98,6 +98,7 @@ void CNextion::writeDStar(const char* my1, const char* my2, const char* your, co
|
|||
assert(my1 != NULL);
|
||||
assert(my2 != NULL);
|
||||
assert(your != NULL);
|
||||
assert(type != NULL);
|
||||
|
||||
if (m_mode != MODE_DSTAR)
|
||||
sendCommand("page DStar");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue