Skip to content

Commit

Permalink
Change SubGHZ Remote TX to Red to Match the rest of RM.
Browse files Browse the repository at this point in the history
Red is good to tell the user they are doing dangerous shit, but good for error too! Im choosing Danger is RED and ERROR, the user will hopefully see the difference, that TX is not an error!
  • Loading branch information
LeeroysHub committed Nov 26, 2023
1 parent f7abd3e commit cd3e60c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bool subrem_scene_remote_on_event(void* context, SceneManagerEvent event) {
}
subrem_view_remote_set_state(
app->subrem_remote_view, SubRemViewRemoteStateSending, chosen_sub);
notification_message(app->notifications, &sequence_blink_start_magenta);
notification_message(app->notifications, &sequence_blink_start_red);
} else {
subrem_view_remote_set_state(
app->subrem_remote_view, SubRemViewRemoteStateIdle, 0);
Expand Down

0 comments on commit cd3e60c

Please sign in to comment.