mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-30 01:27:24 -04:00
OutputStream (file M0 -> M4 radio) now works
Disabled numbers station for now (too buggy, low priority)
This commit is contained in:
parent
c922a56b6d
commit
33a2df9d2a
15 changed files with 48 additions and 30 deletions
|
@ -56,9 +56,7 @@ BufferExchange::~BufferExchange() {
|
|||
StreamBuffer* BufferExchange::get(FIFO<StreamBuffer*>* fifo) {
|
||||
while(true) {
|
||||
StreamBuffer* p { nullptr };
|
||||
fifo->out(p); // This crashes replay
|
||||
|
||||
//led_tx.on(); // DEBUG
|
||||
fifo->out(p);
|
||||
|
||||
if( p ) {
|
||||
return p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue