reenable rx after sending
This commit is contained in:
parent
1262d5538d
commit
fca72ac0f1
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ void lora32_send(lora32_cfg_t *lora, uint8_t *data, uint8_t len) {
|
|||
ESP_LOGD(TAG, "lora32_send TX done");
|
||||
|
||||
lora32_write_reg(lora, REG_IRQ_FLAGS, IRQ_TX_DONE_MASK);
|
||||
|
||||
lora32_enable_continous_rx(lora);
|
||||
}
|
||||
|
||||
void lora32_set_frequency(lora32_cfg_t *lora, long frequency) {
|
||||
|
|
Loading…
Reference in a new issue