mirror of https://github.com/espruino/BangleApps
parent
2d1666d037
commit
108c12d3ec
|
@ -53,7 +53,7 @@
|
|||
E.on('kill', () => {
|
||||
if (!settings) { loadSettings() }
|
||||
let d = {
|
||||
lastUpdate : lastUpdate.toISOString(),
|
||||
lastUpdate : lastUpdate.valueOf(),
|
||||
stepsToday : stp_today,
|
||||
settings : settings,
|
||||
};
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit 2a8e872ecb143a10e53273b4d3473164e104e1d3
|
||||
Subproject commit b033af017f6789a6a7777e6ef1428d94995a9b8b
|
Loading…
Reference in New Issue