mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 11:42:13 -04:00
Remove baseband::start()/stop() and related message.
This commit is contained in:
parent
3c46abdb24
commit
74b5571e8b
8 changed files with 0 additions and 61 deletions
|
@ -136,12 +136,6 @@ ERTAppView::ERTAppView(NavigationView&) {
|
|||
1,
|
||||
});
|
||||
|
||||
baseband::start({
|
||||
.mode = 6,
|
||||
.sampling_rate = sampling_rate,
|
||||
.decimation_factor = 1,
|
||||
});
|
||||
|
||||
logger = std::make_unique<ERTLogger>();
|
||||
if( logger ) {
|
||||
logger->append("ert.txt");
|
||||
|
@ -149,7 +143,6 @@ ERTAppView::ERTAppView(NavigationView&) {
|
|||
}
|
||||
|
||||
ERTAppView::~ERTAppView() {
|
||||
baseband::stop();
|
||||
radio::disable();
|
||||
|
||||
baseband::shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue