Skip to content

Commit b784275

Browse files
committed
clock_info 0.17: Fix BLE icon alignment and border on some clocks
1 parent dd4573d commit b784275

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/clock_info/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
0.14: Check for .clkinfocache and use that if exists (from boot 0.64)
1616
0.15: Fix error when displaying a category with only one clockinfo (fix #3728)
1717
0.16: Add BLE clkinfo entry
18+
0.17: Fix BLE icon alignment and border on some clocks

apps/clock_info/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ exports.load = function() {
128128
get: function() {
129129
return {
130130
text: this.isOn() ? "On" : "Off",
131-
img: atob("CxQBBgDgFgJgR4jZMawfAcA4D4NYybEYIwTAsBwDAA==")
131+
img: atob("GBiBAAAAAAAAAAAYAAAcAAAWAAATAAARgAMRgAGTAADWAAB8AAA4AAA4AAB8AADWAAGTAAMRgAARgAATAAAWAAAcAAAYAAAAAAAAAA==")
132132
};
133133
},
134134
run: function() {

apps/clock_info/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "id": "clock_info",
22
"name": "Clock Info Module",
33
"shortName": "Clock Info",
4-
"version":"0.16",
4+
"version":"0.17",
55
"description": "A library used by clocks to provide extra information on the clock face (Altitude, BPM, etc)",
66
"icon": "app.png",
77
"type": "module",

0 commit comments

Comments
 (0)