mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Tidied up and uncommented test duplex flag
Need to look at threading the printing of the buffer to the LCD so it can scroll long strings without pausing (and stopping) the processing of other data.
This commit is contained in:
committed by
Tony Corbett G0WFV
parent
2e7d305049
commit
0afaf87713
@@ -47,8 +47,8 @@ m_pwm(pwm),
|
||||
m_pwmPin(pwmPin),
|
||||
m_pwmBright(pwmBright),
|
||||
m_pwmDim(pwmDim),
|
||||
//m_duplex(duplex),
|
||||
m_duplex(true),
|
||||
m_duplex(duplex),
|
||||
//m_duplex(true), // uncomment to force duplex display for testing!
|
||||
m_fd(-1),
|
||||
m_dmr(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user