From c91b52cfd25a586fa2ccf91f0203f9c6f4623b2070483c4e3df6ca5cdc37f7ca Mon Sep 17 00:00:00 2001 From: AidarKC Date: Tue, 23 Jun 2026 18:46:41 +0400 Subject: [PATCH] =?UTF-8?q?ESP32:=20checkpoint=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=B4=20=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC=20PDA=20hom?= =?UTF-8?q?eserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shine_homeserver_main/shine_homeserver_main.ino | 1 + VERSION.properties | 4 ++-- 2 files changed, 3 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 3223f0a..7619b88 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 @@ -3210,6 +3210,7 @@ static bool updateHomeserverSessionOnSolana(bool requireExisting, String &messag return failWithDiag("Connect Wi-Fi first"); } diagDetails += String("wifi=connected:") + WiFi.localIP().toString() + "\n"; + saveRegisterDiagCheckpoint("Homeserver PDA read pending", diagDetails); ShinePdaUserState currentState; String stateError; diff --git a/VERSION.properties b/VERSION.properties index 36c1874..ff12498 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.248 -server.version=1.2.233 +client.version=1.2.249 +server.version=1.2.234