mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-18 14:28:31 +00:00
commented back
This commit is contained in:
parent
d390381d5a
commit
087bf41392
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ bool subghz_history_add_to_history(
|
||||||
if((instance->code_last_hash_data ==
|
if((instance->code_last_hash_data ==
|
||||||
subghz_protocol_decoder_base_get_hash_data(decoder_base)) &&
|
subghz_protocol_decoder_base_get_hash_data(decoder_base)) &&
|
||||||
((furi_get_tick() - instance->last_update_timestamp) < 500)) {
|
((furi_get_tick() - instance->last_update_timestamp) < 500)) {
|
||||||
FURI_LOG_W(TAG, "Too short period for add");
|
//FURI_LOG_W(TAG, "Too short period for add");
|
||||||
instance->last_update_timestamp = furi_get_tick();
|
instance->last_update_timestamp = furi_get_tick();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue