mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
Throw small delay
This commit is contained in:
parent
0bf0267edd
commit
a19768e376
1 changed files with 1 additions and 0 deletions
|
@ -593,6 +593,7 @@ void subghz_view_receiver_delete_element_callback(SubGhzViewReceiver* subghz_rec
|
|||
}
|
||||
},
|
||||
true);
|
||||
furi_delay_ms(200);
|
||||
}
|
||||
|
||||
void subghz_view_receiver_set_idx_menu(SubGhzViewReceiver* subghz_receiver, uint16_t idx) {
|
||||
|
|
Loading…
Reference in a new issue