mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-04 19:12:44 +02:00
32bit subghz hashes (less false duplicates)
This commit is contained in:
@@ -422,10 +422,10 @@ void subghz_protocol_decoder_chamb_code_feed(void* context, bool level, uint32_t
|
||||
}
|
||||
}
|
||||
|
||||
uint8_t subghz_protocol_decoder_chamb_code_get_hash_data(void* context) {
|
||||
uint32_t subghz_protocol_decoder_chamb_code_get_hash_data(void* context) {
|
||||
furi_assert(context);
|
||||
SubGhzProtocolDecoderChamb_Code* instance = context;
|
||||
return subghz_protocol_blocks_get_hash_data(
|
||||
return subghz_protocol_blocks_get_hash_data_long(
|
||||
&instance->decoder, (instance->decoder.decode_count_bit / 8) + 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user