1
0
Fork 0

[TerminalClock] Remove fastloading

It still have memory leak and I am unable to find why
master
Stiralbios 2023-01-29 11:04:35 +01:00
parent 9f9eb2ba81
commit c0d301c1e7
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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);
}
*/
});