Minor code beauty

This commit is contained in:
Florian Wolters 2019-09-27 22:48:57 +02:00
parent 78753cbbad
commit 005590b6aa
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A
2 changed files with 3 additions and 3 deletions

4
Conf.h
View file

@ -254,7 +254,7 @@ public:
bool getOLEDInvert() const;
bool getOLEDScroll() const;
bool getOLEDRotate() const;
bool getOLEDLogoScreensaver() const;
bool getOLEDLogoScreensaver() const;
// The LCDproc section
std::string getLCDprocAddress() const;
@ -478,7 +478,7 @@ private:
bool m_oledInvert;
bool m_oledScroll;
bool m_oledRotate;
bool m_oledLogoScreensaver;
bool m_oledLogoScreensaver;
std::string m_lcdprocAddress;
unsigned int m_lcdprocPort;

2
OLED.h
View file

@ -83,7 +83,7 @@ private:
bool m_displayInvert;
bool m_displayScroll;
bool m_displayRotate;
bool m_displayLogoScreensaver;
bool m_displayLogoScreensaver;
bool m_slot1Enabled;
bool m_slot2Enabled;
std::string m_ipaddress;