mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
SImplify the temperature display on the OLED display.
This commit is contained in:
parent
b988e4f1b4
commit
3df5c6041c
2 changed files with 15 additions and 13 deletions
2
OLED.h
2
OLED.h
|
|
@ -99,6 +99,8 @@ private:
|
|||
std::string m_ipaddress;
|
||||
ArduiPi_OLED m_display;
|
||||
|
||||
float readTemperature(const std::string& filePath);
|
||||
|
||||
void OLED_statusbar();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue