From 2fc09530acd9287b254b0ac327880bef7d6d7fde Mon Sep 17 00:00:00 2001 From: tammo0 Date: Mon, 3 Jun 2019 15:41:32 +0200 Subject: [PATCH] Update xdrv_09_timers.ino replace
with
--- sonoff/xdrv_09_timers.ino | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sonoff/xdrv_09_timers.ino b/sonoff/xdrv_09_timers.ino index e27afeadc..3cb3e1b28 100644 --- a/sonoff/xdrv_09_timers.ino +++ b/sonoff/xdrv_09_timers.ino @@ -657,22 +657,22 @@ const char HTTP_FORM_TIMER1[] PROGMEM = "
" " " D_TIMER_PARAMETERS " " "
" - "
" D_TIMER_ENABLE "


" + "
" D_TIMER_ENABLE "


" "



" - "

" + "' hidden>



" + "

" "
" "" D_TIMER_ARM " " "" D_TIMER_REPEAT "" - "

" + "
" "
"; #ifdef USE_SUNRISE const char HTTP_FORM_TIMER3[] PROGMEM = "
" - "" D_TIMER_TIME "
" - "" D_SUNRISE " (%s)
" - "" D_SUNSET " (%s)
" + "" D_TIMER_TIME "
" + "" D_SUNRISE " (%s)
" + "" D_SUNSET " (%s)
" "
" "

" "" @@ -687,7 +687,7 @@ const char HTTP_FORM_TIMER4[] PROGMEM = "" " +/- " "" - "

" + "
" "
"; void HandleTimerConfiguration(void)