mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-03 17:47:16 +02:00
* inverter dependent mqtt (is avail)
* implemented heap stats #58 * inserted 'break' in ISR while loop
This commit is contained in:
parent
81943441e0
commit
df5a306bb2
6 changed files with 52 additions and 25 deletions
|
@ -123,6 +123,7 @@ class HmRadio {
|
|||
bool tx_ok, tx_fail, rx_ready;
|
||||
mNrf24.whatHappened(tx_ok, tx_fail, rx_ready); // reset interrupt status
|
||||
mNrf24.flush_rx(); // drop the packet
|
||||
break;
|
||||
}
|
||||
}
|
||||
RESTORE_IRQ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue