Allow using the reset button to enter config mode

This commit is contained in:
Matthias Schiffer 2012-12-09 22:35:53 +01:00
parent b7c74e883a
commit d2dea24822
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ wait_config_mode() {
}
if [ "$BUTTON" = wps ]; then
if [ "$BUTTON" = wps -o "$BUTTON" = reset ]; then
case "$ACTION" in
pressed)
wait_config_mode &