mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Renamed English to British and added American (MDY)
This commit is contained in:
parent
3f4f4d340d
commit
3b09e2cf2f
4 changed files with 10 additions and 5 deletions
4
Conf.cpp
4
Conf.cpp
|
|
@ -135,12 +135,12 @@ m_hd44780PWMBright(),
|
|||
m_hd44780PWMDim(),
|
||||
m_hd44780DisplayClock(false),
|
||||
m_hd44780UTC(false),
|
||||
m_hd44780DateFormat("English"),
|
||||
m_hd44780DateFormat("British"),
|
||||
m_nextionPort("/dev/ttyAMA0"),
|
||||
m_nextionBrightness(50U),
|
||||
m_nextionDisplayClock(false),
|
||||
m_nextionUTC(false),
|
||||
m_nextionDateFormat("English"),
|
||||
m_nextionDateFormat("British"),
|
||||
m_oledType(3),
|
||||
m_oledBrightness(0),
|
||||
m_oledInvert(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue