mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add source identifier to D-Star output on HD44780
This commit is contained in:
parent
e62ff87811
commit
975edd2dea
10 changed files with 13 additions and 13 deletions
|
|
@ -93,7 +93,7 @@ void CNextion::setLockout()
|
|||
m_mode = MODE_LOCKOUT;
|
||||
}
|
||||
|
||||
void CNextion::writeDStar(const char* my1, const char* my2, const char* your)
|
||||
void CNextion::writeDStar(const char* my1, const char* my2, const char* your, const char* type)
|
||||
{
|
||||
assert(my1 != NULL);
|
||||
assert(my2 != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue