mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-26 11:13:16 +03:00
add ble state text output
This commit is contained in:
parent
68d3d9b343
commit
fda1c088be
@ -173,7 +173,7 @@ void WatchFaceTerminal::Refresh() {
|
||||
lv_label_set_text(batteryPercent, battStr);
|
||||
|
||||
char bleStr[24];
|
||||
sprintf(bleStr, "[BLE]#387b54 %s#", bleValue);
|
||||
sprintf(bleStr, "[STAT]#387b54 %s#", bleValue);
|
||||
lv_label_set_text(connectState, bleStr);
|
||||
|
||||
if (hoursChar[0] != displayedChar[0] || hoursChar[1] != displayedChar[1] || minutesChar[0] != displayedChar[2] ||
|
||||
|
Loading…
Reference in New Issue
Block a user