Skip to content

Commit

Permalink
Blink blue led while sending.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jan 19, 2023
1 parent cb88bdc commit 736421d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,13 @@ LevelDuration radio_tx_feed_data(void *ctx) {
/* Vibrate and produce a click sound when a signal is sent. */
void notify_signal_sent(ProtoViewApp *app) {
static const NotificationSequence sent_seq = {
&message_blue_255,
&message_vibro_on,
&message_note_g1,
&message_delay_10,
&message_sound_off,
&message_vibro_off,
&message_blue_0,
NULL
};
notification_message(app->notification, &sent_seq);
Expand Down

0 comments on commit 736421d

Please sign in to comment.