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