修复LED控制无效的问题

This commit is contained in:
Your Name
2025-03-11 20:03:03 +08:00
parent 5189e53e6d
commit a493b83c4e
4 changed files with 716 additions and 681 deletions

View File

@@ -795,7 +795,7 @@
HttpPost("/socket", function (re) {
}, sockets_st);
HttpPost("/led", function (re) {
}, checkboxs[0].checked ? 1 : 0);
}, checkboxs[0].checked ? "1" : "0");
});
//Socket-end