pub const SPI_MODE: u8 = 0;Expand description
The SPI mode both families take: CPOL 0 and CPHA 0, the clock idling low and data sampled on its rising edge, as section 8.2 of the SX126x family’s datasheets gives it and as RadioLib opens both families.