First I would like to emphasize that I have not been using Arduino for years, never liked it but now I’m forced to verify something using it. I’m trying to use examples/LoRaBasic/LoRaReceiver/LoRaReceiver.ino and change SPI frequency used communicate with SX1262 module. Any idea how can I achieve this? McuClass has a method called setSPIFrequency but I’m not sure if this is about the SPI used to communicate with Semtech’s module or something different.