mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-24 13:41:29 -05:00
Expose capture state to the UI.
This commit is contained in:
parent
a72a3489cf
commit
6ee886b90e
@ -94,6 +94,10 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const CaptureConfig& state() const {
|
||||||
|
return config;
|
||||||
|
}
|
||||||
|
|
||||||
static void check_fifo_isr() {
|
static void check_fifo_isr() {
|
||||||
// TODO: Prevent over-signalling by transmitting a set of
|
// TODO: Prevent over-signalling by transmitting a set of
|
||||||
// flags from the baseband core.
|
// flags from the baseband core.
|
||||||
|
Loading…
Reference in New Issue
Block a user