mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Fix repeater/fav timer things
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user