Fix repeater/fav timer things

This commit is contained in:
Willy-JL
2023-12-14 00:52:51 +00:00
parent 36c46fd626
commit dfcc1beed4
5 changed files with 10 additions and 26 deletions

View File

@@ -130,15 +130,6 @@ void subghz_scene_read_raw_on_enter(void* context) {
if(subghz->fav_timeout) {
scene_manager_handle_custom_event(
subghz->scene_manager, SubGhzCustomEventViewReadRAWSendStart);
// with_view_model(
// subghz->subghz_read_raw->view,
// SubGhzReadRAWModel * model,
// {
// scene_manager_handle_custom_event(
// subghz->scene_manager, SubGhzCustomEventViewReadRAWSendStart);
// model->status = SubGhzReadRAWStatusTXRepeat;
// },
// true);
}
}