fix check [ci skip]

This commit is contained in:
MX 2024-09-16 18:31:02 +03:00
parent 2af87cdb70
commit 2826382970
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -496,8 +496,7 @@ void subghz_protocol_decoder_gangqi_get_string(void* context, FuriString* output
bool serial_is_valid =
(((!(sum_3bytes_serial & 0x3)) &&
((0xB < sum_3bytes_serial) && (sum_3bytes_serial < 0x141))) &&
((((instance->generic.serial >> 16) & 0xFF) >= 0x0) ||
(((instance->generic.serial >> 16) & 0xFF) <= 0x3)));
(((instance->generic.serial >> 16) & 0xFF) <= 0x3));
furi_string_cat_printf(
output,