mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add a display hang time so quick transmissions aren't missed.
This commit is contained in:
@@ -494,6 +494,8 @@ int CMMDVMHost::run()
|
||||
unsigned int ms = stopWatch.elapsed();
|
||||
stopWatch.start();
|
||||
|
||||
m_display->clock(ms);
|
||||
|
||||
m_modem->clock(ms);
|
||||
m_modeTimer.clock(ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user