Changed settings

master
Stefan Kuehnel 2020-05-24 14:47:39 +02:00
parent bdd1dc018d
commit 4f77cb887f
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
(function(back) {
digitalWrite(LED1,1);
const SETTINGS_FILE = 'berlin-clock.json'
// initialize structure
@ -31,8 +29,8 @@
'Show Date' : {
value : s.showdate,
format: booleanFormat,
onChange: save('showdate'),
},
onChange: save('showdate')
}
}
digitalWrite(LED1,0);
E.showMenu(menu)