Version
No response
Describe the bug
Hi @libdriver
I am reaching out because I have been encountering an issue when testing the transmission of a packet with your LoRa driver. The debug print message I keep getting is "sx1262: send timeout" which means that sx1262_lora_transmit() is returning a 5 when I call it. Just to note, I have initialized the DIO1 pin for the IRQ and when I run the IRQ_handler before calling the sx1262_lora_send() function, it was able to print "sx1262: irq tx_done." My code is attached below and the driver, interface, and example main driver have already been completed. For the driver and main driver, I used the files you have provided from this repo. Lastly, in case that this is of any use, I am interfacing the LoRa module with the ESP32S3 via the LilyGo T3-S3-V1.2 development board.


Reproduce
No response
Expected behavior
No response
Additional context
No response
Version
No response
Describe the bug
Hi @libdriver
I am reaching out because I have been encountering an issue when testing the transmission of a packet with your LoRa driver. The debug print message I keep getting is "sx1262: send timeout" which means that sx1262_lora_transmit() is returning a 5 when I call it. Just to note, I have initialized the DIO1 pin for the IRQ and when I run the IRQ_handler before calling the sx1262_lora_send() function, it was able to print "sx1262: irq tx_done." My code is attached below and the driver, interface, and example main driver have already been completed. For the driver and main driver, I used the files you have provided from this repo. Lastly, in case that this is of any use, I am interfacing the LoRa module with the ESP32S3 via the LilyGo T3-S3-V1.2 development board.
Reproduce
No response
Expected behavior
No response
Additional context
No response