diff --git a/docs/features/configmode.rst b/docs/features/configmode.rst index 2a09ecd8e1ebdcb52a6323c06cec2261504adb41..2431b0d2cc7d0040b35c89c812e5f7d471a3d5b3 100644 --- a/docs/features/configmode.rst +++ b/docs/features/configmode.rst @@ -14,7 +14,7 @@ Activating Config Mode ---------------------- Config Mode is automatically entered at the first boot. You can re-enter -Config Mode by pressing and holding the RESET/WPS button for about three +Config Mode by pressing and holding the RESET/WPS/DECT button for about three seconds. The device should reboot (all LEDs will turn off briefly) and Config Mode will be available. diff --git a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode index 9a1ccf2fd1fff9356956a8640ca5091caceb2724..3a3cb20f86c36d87a2bfdc3e904f4bcc8771adfd 100755 --- a/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode +++ b/package/gluon-setup-mode/files/etc/hotplug.d/button/50-gluon-setup-mode @@ -12,7 +12,7 @@ wait_setup_mode() { } -if [ "$BUTTON" = wps -o "$BUTTON" = reset ]; then +if [ "$BUTTON" = wps -o "$BUTTON" = reset -o "$BUTTON" = phone ]; then case "$ACTION" in pressed) wait_setup_mode &