Added CTCSS in Soundboard

This commit is contained in:
furrtek
2016-09-23 23:08:54 +02:00
parent 629ebd0d28
commit 8276e5e311
9 changed files with 123 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ void AboutView::on_show() {
transmitter_model.set_baseband_bandwidth(1750000);
transmitter_model.enable();
baseband::set_audiotx_data(32, 15);
baseband::set_audiotx_data(32, 15, false, 0);
//audio::headphone::set_volume(volume_t::decibel(0 - 99) + audio::headphone::volume_range().max);
}