mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-07 19:05:53 +00: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