mirror of https://github.com/g4klx/MMDVMHost
Tidied up and uncommented test duplex flag
This commit is contained in:
parent
2e7d305049
commit
6065488b3f
|
|
@ -47,8 +47,8 @@ m_pwm(pwm),
|
||||||
m_pwmPin(pwmPin),
|
m_pwmPin(pwmPin),
|
||||||
m_pwmBright(pwmBright),
|
m_pwmBright(pwmBright),
|
||||||
m_pwmDim(pwmDim),
|
m_pwmDim(pwmDim),
|
||||||
//m_duplex(duplex),
|
m_duplex(duplex),
|
||||||
m_duplex(true),
|
//m_duplex(true), // uncomment to force duplex display for testing!
|
||||||
m_fd(-1),
|
m_fd(-1),
|
||||||
m_dmr(false)
|
m_dmr(false)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue