clock_info 0.17: Fix BLE icon alignment and border on some clocks
parent
dd4573d176
commit
b784275589
|
|
@ -15,3 +15,4 @@
|
||||||
0.14: Check for .clkinfocache and use that if exists (from boot 0.64)
|
0.14: Check for .clkinfocache and use that if exists (from boot 0.64)
|
||||||
0.15: Fix error when displaying a category with only one clockinfo (fix #3728)
|
0.15: Fix error when displaying a category with only one clockinfo (fix #3728)
|
||||||
0.16: Add BLE clkinfo entry
|
0.16: Add BLE clkinfo entry
|
||||||
|
0.17: Fix BLE icon alignment and border on some clocks
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ exports.load = function() {
|
||||||
get: function() {
|
get: function() {
|
||||||
return {
|
return {
|
||||||
text: this.isOn() ? "On" : "Off",
|
text: this.isOn() ? "On" : "Off",
|
||||||
img: atob("CxQBBgDgFgJgR4jZMawfAcA4D4NYybEYIwTAsBwDAA==")
|
img: atob("GBiBAAAAAAAAAAAYAAAcAAAWAAATAAARgAMRgAGTAADWAAB8AAA4AAA4AAB8AADWAAGTAAMRgAARgAATAAAWAAAcAAAYAAAAAAAAAA==")
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
run: function() {
|
run: function() {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "clock_info",
|
{ "id": "clock_info",
|
||||||
"name": "Clock Info Module",
|
"name": "Clock Info Module",
|
||||||
"shortName": "Clock Info",
|
"shortName": "Clock Info",
|
||||||
"version":"0.16",
|
"version":"0.17",
|
||||||
"description": "A library used by clocks to provide extra information on the clock face (Altitude, BPM, etc)",
|
"description": "A library used by clocks to provide extra information on the clock face (Altitude, BPM, etc)",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue