add ble state text output

This commit is contained in:
Дмитрий Марков 2022-01-20 22:25:35 +05:00
parent 68d3d9b343
commit fda1c088be
No known key found for this signature in database
GPG Key ID: 49CFEE49DBF77352

View File

@ -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] ||