mirror of https://github.com/espruino/BangleApps
[TerminalClock] Remove fastloading
It still have memory leak and I am unable to find whypull/2537/head
parent
9f9eb2ba81
commit
c0d301c1e7
|
@ -7,4 +7,4 @@
|
|||
0.07: Use ClockFace module and rework the settings to be able to personnalize the order of the lines
|
||||
0.08: Hide widgets instead of not loading them at all
|
||||
Use Clockface_menu for widgets and power saving settings
|
||||
0.09: Add, fastload compatibility, default HRM value, default altitude value
|
||||
0.09: Add default HRM value, default altitude value
|
||||
|
|
|
@ -78,6 +78,8 @@
|
|||
});
|
||||
},
|
||||
|
||||
/*
|
||||
// todo add fastloading when the memory leak is fixed
|
||||
remove: function() {
|
||||
if (this.turnOnInterval){
|
||||
clearInterval(this.turnOnInterval);
|
||||
|
@ -91,6 +93,7 @@
|
|||
if (this.onHRM) Bangle.removeListener('HRM', this.onHRM);
|
||||
if (this.onPressure) Bangle.removeListener('onPressure', this.onPressure);
|
||||
}
|
||||
*/
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue