mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 10:02:01 +00: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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user