-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Startup tunes #13
Startup tunes #13
Conversation
8f06e1b
to
dd774b2
Compare
Hi, I added a few commits. I have now measured the beep pulses and made the frequency conversion more accurate, especially for higher frequencies. |
4f98ea7
to
9bfb067
Compare
This should make editing bluejay startup tunes a lot less jumpy. The bluejay startup melody format is now: [ [2 bytes of bpm], [1 byte of default octave], [1 byte of default duration], [62 (Temp4, Temp3) values] ]
334e05c
to
3b11dcf
Compare
@saidinesh5 I tried to fix the playback by not using imprecise |
AudioContext must be closed once done playing a tune Also fixed some state handling errors when stopping a tune
Using blheli_configurator's state: currentSettingsInstanceId which gets incremented upon every read
Initial support for Startup tunes in Bluejay ESC
Requires: mathiasvr/bluejay#8