Are there examples of interrupt handling from SX1276 (DIO0, DIO1) on ESP32?
In order not to constantly occupy the controller with a loop with Radio.IrqProcess ()?
Interrupt handling without Radio.IrqProcess ()
You can refer to the code in this library.