Add dot as date separator

This commit is contained in:
phl0 2016-06-22 11:51:41 +02:00
parent 768e3efcad
commit 2bd75c1cff
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
6 changed files with 24 additions and 4 deletions

2
Conf.h
View file

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