From e1f12ae60970469065ca52ebe0b99037f5559f76 Mon Sep 17 00:00:00 2001 From: linyimin <18316471919@139.com> Date: Wed, 12 Aug 2026 18:02:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E7=BB=9C=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.yaml | 2 +- network.py | 2 ++ version.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index fa937ae..a3d1184 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ id: t11 name: t11 -version: 2.15.34 +version: 2.15.35 author: t11 icon: '' desc: t11 diff --git a/network.py b/network.py index 4c8cc74..6556e2b 100644 --- a/network.py +++ b/network.py @@ -670,6 +670,8 @@ class NetworkManager: self.logger.info(f"[conn wifi] cmd600 , data: {inner_data}") ssid = inner_data.get("ssid") password = inner_data.get("password") + # 停止旧的WiFi质量监测(无论当前是WiFi还是4G连接) + self._stop_wifi_quality_monitor() try: for _f in ("/etc/wpa_supplicant.conf", "/boot/wpa_supplicant.conf", "/boot/wifi.ssid", "/boot/wifi.pass"): try: diff --git a/version.py b/version.py index 311f87b..78f1329 100644 --- a/version.py +++ b/version.py @@ -4,6 +4,6 @@ 应用版本号 每次 OTA 更新时,只需要更新这个文件中的版本号 """ -VERSION = '2.15.34' +VERSION = '2.15.35'