mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-07 15:57:51 +01:00
motion invertex fix and motion self test
This commit is contained in:
@@ -494,7 +494,7 @@ int http_fn_index(http_request_t* request) {
|
||||
iValue = CHANNEL_Get(i);
|
||||
|
||||
poststr(request, "<tr><td>");
|
||||
if (iValue == (channelType == ChType_Motion)) {
|
||||
if (iValue == (channelType != ChType_Motion)) {
|
||||
hprintf255(request, "No motion (ch %i)", i);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user