Skip to content

Commit 471a843

Browse files
Update src/displayapp/screens/WatchFaceTerminal.cpp
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
1 parent 6853166 commit 471a843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/WatchFaceTerminal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void WatchFaceTerminal::Refresh() {
123123
lv_label_set_text(batteryPlug, BatteryIcon::GetPlugIcon(isCharging));
124124
}
125125

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

0 commit comments

Comments
 (0)