mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 16:58:36 -07:00
Format
This commit is contained in:
@@ -84,12 +84,11 @@ void subghz_scene_transmitter_on_enter(void* context) {
|
||||
with_view_model(
|
||||
subghz->subghz_transmitter->view,
|
||||
SubGhzViewTransmitterModel * model,
|
||||
{
|
||||
model->show_button = false;
|
||||
},
|
||||
{ model->show_button = false; },
|
||||
true);
|
||||
fav_timer = furi_timer_alloc(fav_timer_callback, FuriTimerTypeOnce, subghz);
|
||||
furi_timer_start(fav_timer, XTREME_SETTINGS()->favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
furi_timer_start(
|
||||
fav_timer, XTREME_SETTINGS()->favorite_timeout * furi_kernel_get_tick_frequency());
|
||||
subghz->state_notifications = SubGhzNotificationStateTx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user