pref: wifi连接成功重新登录

This commit is contained in:
2026-06-25 12:17:58 +08:00
parent 5cf752bb3f
commit abbf30d7c0
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
id: t11
name: t11
version: 2.15.17
version: 2.15.18
author: t11
icon: ''
desc: t11
+5
View File
@@ -688,6 +688,11 @@ class NetworkManager:
},
2,
)
self._session_force_4g = False
self.disconnect_server()
self._tcp_connected = False
self._network_type = None
self.logger.info("[conn wifi] WiFi已连接,等待主循环重新登录")
except Exception as e:
self.logger.error(f"cmd600 失败: {e}")
self.safe_enqueue(
+1
View File
@@ -28,3 +28,4 @@
# 2.15.15 优化wifi连接
# 2.15.16 修复wifi连接问题
# 2.15.17 修复wifi连接问题
# 2.15.18 wifi连接成功重新登录
+1 -1
View File
@@ -4,6 +4,6 @@
应用版本号
每次 OTA 更新时,只需要更新这个文件中的版本号
"""
VERSION = '2.15.17'
VERSION = '2.15.18'