Browse Source

Merge pull request #327 from seagull9000/RTTTL-tone-for-Channel-Message

RTTTL-tone-for-Channel-Message
pull/338/head
ripplebiz 1 year ago
committed by GitHub
parent
commit
72d2b05664
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      examples/companion_radio/UITask.cpp

2
examples/companion_radio/UITask.cpp

@ -67,6 +67,8 @@ switch(bet){
buzzer.play("MsgRcv3:d=4,o=6,b=200:32e,32g,32b,16c7");
break;
case UIEventType::channelMessage:
buzzer.play("kerplop:d=16,o=6,b=120:32g#,32c#");
break;
case UIEventType::roomMessage:
case UIEventType::newContactMessage:
case UIEventType::none:

Loading…
Cancel
Save