mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
fix check [ci skip]
This commit is contained in:
parent
2af87cdb70
commit
2826382970
1 changed files with 1 additions and 2 deletions
|
@ -496,8 +496,7 @@ void subghz_protocol_decoder_gangqi_get_string(void* context, FuriString* output
|
||||||
bool serial_is_valid =
|
bool serial_is_valid =
|
||||||
(((!(sum_3bytes_serial & 0x3)) &&
|
(((!(sum_3bytes_serial & 0x3)) &&
|
||||||
((0xB < sum_3bytes_serial) && (sum_3bytes_serial < 0x141))) &&
|
((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(
|
furi_string_cat_printf(
|
||||||
output,
|
output,
|
||||||
|
|
Loading…
Reference in a new issue