portapack-mayhem / mayhem-firmware

Custom firmware for the HackRF+PortaPack H1/H2
GNU General Public License v3.0
3.05k stars 520 forks source link

Added beep duration parameter #2013

Closed NotherNgineer closed 4 months ago

NotherNgineer commented 4 months ago

Added a beep duration parameter (DMA interrupt down-counter) so that the background task won't have to hang in the message handler waiting for the beep time to elapse.

Related to PR #2012 and enhancement suggestion #1973.

(The audio quality is still lacking, so I will be working on that.)