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