mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-26 12:15:39 +08:00
Add source identifier to D-Star output on HD44780
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user