mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 21:48:25 +08:00
修复LED控制无效的问题
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user