This commit is contained in:
Totoo
2026-02-24 11:23:41 +01:00
committed by GitHub
parent b09efb4d3c
commit e63f54c0a2
24 changed files with 96 additions and 63 deletions
+4
View File
@@ -101,6 +101,10 @@ void MicTXProcessor::on_message(const Message* const msg) {
switch (msg->id) {
case Message::ID::AudioTXConfig:
if (modulator) {
delete modulator;
modulator = NULL;
}
if (fm_enabled) {
dsp::modulate::FM* fm = new dsp::modulate::FM();