mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 20:22:22 -04:00
Move FIFO and write size to CaptureConfig structure.
Now configured from baseband, where write size and appropriate FIFO size is known.
This commit is contained in:
parent
01fc6b9bc9
commit
91ee2dbb67
13 changed files with 71 additions and 32 deletions
|
@ -112,7 +112,7 @@ void CaptureAppView::on_record() {
|
|||
return;
|
||||
}
|
||||
|
||||
capture_thread = std::make_unique<CaptureThread>(filename);
|
||||
capture_thread = std::make_unique<CaptureThread>(filename, 14, 1);
|
||||
button_record.set_bitmap(&bitmap_stop);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue