32bit subghz hashes (less false duplicates)

This commit is contained in:
Willy-JL
2023-12-14 04:46:53 +00:00
parent c40755f700
commit 02ec1f0867
135 changed files with 258 additions and 203 deletions

View File

@@ -33,9 +33,9 @@ void subghz_history_delete_item(SubGhzHistory* instance, uint16_t idx);
*
* @param instance - SubGhzHistory instance
* @param idx - record index
* @return hash - hash data byte
* @return hash - hash data
*/
uint8_t subghz_history_get_hash_data(SubGhzHistory* instance, uint16_t idx);
uint32_t subghz_history_get_hash_data(SubGhzHistory* instance, uint16_t idx);
/** Get repeat count to history[idx]
*