bugfix: Differenece between short hold and long hold on the reset button is too small.

Time is now around 5 seconds for a passwd+dhcp reset (3-7 seconds window) and around 15 seconds for a full reset (12-20 seconds window)
This commit is contained in:
Conrad Lara - KG6JEI 2014-09-17 10:53:19 -07:00
parent f5a9861700
commit 742f8ec4ac
6 changed files with 12 additions and 12 deletions

View File

@ -12,6 +12,6 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'

View File

@ -12,6 +12,6 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'

View File

@ -12,6 +12,6 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'

View File

@ -12,6 +12,6 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'

View File

@ -12,6 +12,6 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'

View File

@ -12,5 +12,5 @@ config button
option button 'reset' option button 'reset'
option action 'released' option action 'released'
option handler 'firstboot && reboot' option handler 'firstboot && reboot'
option min '8' option min '12'
option max '12' option max '20'