From d2f45ff67ab57032f4c064968cfb3d11e1ed72f3343a466bb478c60cf7247b98 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Tue, 23 Jun 2026 19:19:18 +0400 Subject: [PATCH] =?UTF-8?q?ESP32:=20=D0=BF=D1=80=D0=B8=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20reconnect=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=D0=B0=D1=85=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B3=D0=B8=D1=81=D1=82=D1=80=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shine_homeserver_main/shine_homeserver_main.ino | 4 ++++ VERSION.properties | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino b/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino index 17b49c1..60e6656 100644 --- a/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino +++ b/ESP32/esp32/ESP32-S3-Touch-AMOLED-2.16/main-device/shine_homeserver_main/shine_homeserver_main.ino @@ -1457,6 +1457,10 @@ static bool shouldPauseShineReconnectForUi() { case SCREEN_SECRET_GENERATE_INFO: case SCREEN_SECRET_GENERATE_RUNNING: case SCREEN_SECRET_GENERATE_CANCEL_CONFIRM: + case SCREEN_REGISTER_ACCOUNT_CONFIRM: + case SCREEN_REGISTER_ACCOUNT_RESULT: + case SCREEN_HOMESERVER_PDA_CONFIRM: + case SCREEN_HOMESERVER_PDA_RESULT: case SCREEN_TEXT_EDIT: return true; default: diff --git a/VERSION.properties b/VERSION.properties index 472445e..f88f105 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.252 -server.version=1.2.237 +client.version=1.2.253 +server.version=1.2.238