mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
fix check [ci skip]
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user