Removed all traces of the parameters on the POGSAG config message

Left in the message for the moment, because there are likely to be parameters needed at some point.
This commit is contained in:
heurist1 2021-10-22 18:11:50 +01:00
parent 6ef24ce71c
commit 318720f364
8 changed files with 20 additions and 85 deletions

View file

@ -123,7 +123,7 @@ POCSAGAppView::POCSAGAppView(NavigationView& nav) {
audio::output::start();
audio::output::unmute();
baseband::set_pocsag(pocsag::BitRate::FSK1200, true);
baseband::set_pocsag();
}
POCSAGAppView::~POCSAGAppView() {