Skip to content

Commit

Permalink
Update src/displayapp/screens/WatchFaceTerminal.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
  • Loading branch information
13werwolf13 and NeroBurner committed Feb 2, 2022
1 parent 6853166 commit 471a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displayapp/screens/WatchFaceTerminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void WatchFaceTerminal::Refresh() {
lv_label_set_text(batteryPlug, BatteryIcon::GetPlugIcon(isCharging));
}

/*char* bleValue;*/
bleState = bleController.IsConnected();
if (bleState.IsUpdated()) {
char bleStr[24];
sprintf(bleStr, "[STAT]#387b54 %s#",bleController.IsConnected() ? "Connected" : "Disconnected");
Expand Down

0 comments on commit 471a843

Please sign in to comment.