SImplify the temperature display on the OLED display.

This commit is contained in:
Jonathan Naylor 2023-10-02 15:07:15 +01:00
parent b988e4f1b4
commit 3df5c6041c
2 changed files with 15 additions and 13 deletions

2
OLED.h
View file

@ -99,6 +99,8 @@ private:
std::string m_ipaddress;
ArduiPi_OLED m_display;
float readTemperature(const std::string& filePath);
void OLED_statusbar();
};