use Edit > Auto Format in the Arduino IDE to format it better
use Edit > Auto Format in the Arduino IDE to format it better

The thing is the frequency has to be set before the radio.begin() methodWhy? When I step into the code of the like , I directly see it making SPI transfers

CS_PIN 17radio.setFrequency(433.5);lib_deps = jgromes/RadioLib@^5.5.0#define RST_PIN 4
#define CS_PIN 22
#define INT_PIN 5const int MOSI_PIN = 25; // TX
const int MISO_PIN = 21; // RX
const int SCK_PIN = 24;