1
0
forked from me/IronOS

Remove unused var

This commit is contained in:
Ben V. Brown
2020-01-18 19:12:24 +11:00
parent 08a1e0c7c7
commit b1899c08f9

View File

@@ -501,7 +501,6 @@ static void gui_solderingMode(uint8_t jumpToSleep) {
OLED::setCursor(0, 0);
OLED::clearScreen();
OLED::setFont(0);
uint16_t tipTemp = getTipRawTemp(0);
//Draw in the screen details
if (systemSettings.detailedSoldering) {
OLED::setFont(1);