mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 23:47:49 +00:00
Expose capture state to the UI.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user