mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Update the display and logging on incoming YSF network data.
This commit is contained in:
2
OLED.cpp
2
OLED.cpp
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user