Skip to content

Commit 36861fa

Browse files
author
Your Name
committed
修复了MQTT曾经连上,但中途长时间断开,导致消息队列一直增加爆内存,进而导致死机的问题
1 parent f3b7477 commit 36861fa

File tree

4 files changed

+886
-867
lines changed

4 files changed

+886
-867
lines changed

TC1/http_server/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1519,7 +1519,7 @@ <h2 class="mdl-card__title-text">系统日志</h2>
15191519
//return;
15201520
var fileInput = document.getElementById("ota_file");
15211521
if (fileInput.files.length === 0) {
1522-
alert("请选择要上传的 OTA 文件");
1522+
Toast("请选择要上传的 OTA 文件");
15231523
return;
15241524
}
15251525
clearTimeout(powerTimerId);

0 commit comments

Comments
 (0)