Skip to content

Commit

Permalink
fixed issue #146 (wifi preset update was drawing on main)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Nov 11, 2021
1 parent 51f76be commit a3ed1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gui-utils-tft/src/TFTUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ void TFTUtils::notifyWifiMode(){
}

void TFTUtils::updateWifiMode(){
if (state < 1) return;
tft.fillRect(MARVALL, SSTART+PRESETH*2, 54, 13, TFT_BLACK);
tft.setTextColor(TFT_WHITE, TFT_BLACK);
tft.setCursor(MARVALL, SSTART+PRESETH*2, 2);
Expand Down

0 comments on commit a3ed1b4

Please sign in to comment.