Renamed English to British and added American (MDY)

This commit is contained in:
phl0 2016-06-22 14:13:22 +02:00
parent 3f4f4d340d
commit 3b09e2cf2f
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
4 changed files with 10 additions and 5 deletions

View file

@ -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)