mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 15:12:21 +01:00
wip
This commit is contained in:
@@ -240,7 +240,7 @@ bool APIServer::check_password(const uint8_t *password_data, size_t password_len
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (size_t i = 0; i < length; i++) {
|
for (size_t i = 0; i < length; i++) {
|
||||||
result |= *left++ ^ *right++;
|
result |= *left++ ^ *right++; // NOLINT
|
||||||
}
|
}
|
||||||
|
|
||||||
return result == 0;
|
return result == 0;
|
||||||
|
Reference in New Issue
Block a user