Update the display and logging on incoming YSF network data.

This commit is contained in:
Jonathan Naylor
2016-05-19 19:08:48 +01:00
parent d5310f1983
commit 14f36a175d
15 changed files with 158 additions and 89 deletions

View File

@@ -187,7 +187,7 @@ void COLED::clearDMRInt(unsigned int slotNo)
display.display();
}
void COLED::writeFusionInt(const char* source, const char* dest, const char* type)
void COLED::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin)
{
m_mode = MODE_YSF;
display.fillRect(0, OLED_LINE1, display.width(), 10, BLACK);