mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-12 23:33:56 +00: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() {
|
||||
// TODO: Prevent over-signalling by transmitting a set of
|
||||
// flags from the baseband core.
|
||||
|
Loading…
x
Reference in New Issue
Block a user