diff --git a/apps/gui/wps.c b/apps/gui/wps.c index d0e1b6f397..757160a586 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -1162,7 +1162,7 @@ long gui_wps_show(void) } - if (restore && wps_state.id3 && + if (restore && ((restoretimer == RESTORE_WPS_INSTANTLY) || TIME_AFTER(current_tick, restoretimer))) {