mirror of https://github.com/espruino/BangleApps
Adding new lines
parent
1fb7c5c368
commit
1f9d61d254
|
@ -1,4 +1,4 @@
|
|||
0.01: New App!
|
||||
0.02: Get weather from weather.json
|
||||
0.03: Address unexpected undefined when reading weather.json
|
||||
0.04: Adding settings and the ability to show the widgets bar
|
||||
0.04: Adding settings and the ability to show the widgets bar
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
var STORAGE = require('Storage')
|
||||
|
||||
var FILE = "mtnclock.json";
|
||||
|
||||
|
||||
// Load settings
|
||||
var SETTINGS = Object.assign({
|
||||
// default values
|
||||
|
@ -26,4 +26,4 @@
|
|||
}
|
||||
},
|
||||
});
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue