mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +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
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user