return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_STANDBY, data, 1));
It seems that this line is not executing. There may be a problem with SPI.
Unfortunately, I don’t have the skills to investigate further.
return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_STANDBY, data, 1));
It seems that this line is not executing. There may be a problem with SPI.
Unfortunately, I don’t have the skills to investigate further.