mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add dot as date separator
This commit is contained in:
parent
768e3efcad
commit
2bd75c1cff
6 changed files with 24 additions and 4 deletions
2
Conf.h
2
Conf.h
|
|
@ -148,6 +148,7 @@ public:
|
|||
unsigned int getNextionBrightness() const;
|
||||
bool getNextionDisplayClock() const;
|
||||
bool getNextionUTC() const;
|
||||
std::string getNextionDateFormat() const;
|
||||
|
||||
// The OLED section
|
||||
unsigned char getOLEDType() const;
|
||||
|
|
@ -260,6 +261,7 @@ private:
|
|||
unsigned int m_nextionBrightness;
|
||||
bool m_nextionDisplayClock;
|
||||
bool m_nextionUTC;
|
||||
std::string m_nextionDateFormat;
|
||||
|
||||
unsigned char m_oledType;
|
||||
unsigned char m_oledBrightness;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue