mirror of https://github.com/espruino/BangleApps
Update Customizer.html
parent
8bd074131d
commit
3636b32084
|
@ -295,6 +295,9 @@ Clockwork.windUp({
|
|||
FillColor: ${chosenFillColor()}
|
||||
});
|
||||
`
|
||||
console.log('the configured AC-AC app looks as follows:')
|
||||
console.log(AppSource)
|
||||
|
||||
sendCustomizedApp({
|
||||
storage:[
|
||||
{name:'ac-ac.app.js', url:'app.js', content:AppSource},
|
||||
|
|
Loading…
Reference in New Issue