mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Fix schoolboy error
This commit is contained in:
parent
ce367f73cb
commit
2b5c66ca85
2
Conf.cpp
2
Conf.cpp
|
|
@ -130,7 +130,7 @@ m_tftSerialBrightness(50U),
|
||||||
m_hd44780Rows(2U),
|
m_hd44780Rows(2U),
|
||||||
m_hd44780Columns(16U),
|
m_hd44780Columns(16U),
|
||||||
m_hd44780Pins(),
|
m_hd44780Pins(),
|
||||||
m_hd44780i2cAddress,
|
m_hd44780i2cAddress(),
|
||||||
m_hd44780PWM(false),
|
m_hd44780PWM(false),
|
||||||
m_hd44780PWMPin(),
|
m_hd44780PWMPin(),
|
||||||
m_hd44780PWMBright(),
|
m_hd44780PWMBright(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue