mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-12 09:02:56 -04:00
Bias-T now works in capture mode
Simplified soundboard app, still some work to do Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
1d13389b5a
21 changed files with 557 additions and 125 deletions
|
@ -104,7 +104,7 @@ void poll_ext_clock() {
|
|||
if (clkin_status != prev_clkin_status) {
|
||||
StatusRefreshMessage message { };
|
||||
EventDispatcher::send_message(message);
|
||||
clock_manager.init(clkin_status);
|
||||
clock_manager.init();
|
||||
}
|
||||
|
||||
prev_clkin_status = clkin_status;
|
||||
|
@ -296,7 +296,7 @@ bool init() {
|
|||
led_rx.setup();
|
||||
led_tx.setup();
|
||||
|
||||
clock_manager.init(false);
|
||||
clock_manager.init();
|
||||
clock_manager.set_reference_ppb(persistent_memory::correction_ppb());
|
||||
clock_manager.run_at_full_speed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue