[SX126x] Fix duplicate method
This commit is contained in:
parent
f78b3ccc97
commit
3af427fefb
1 changed files with 0 additions and 4 deletions
|
@ -1717,10 +1717,6 @@ int16_t SX126x::setDio2AsRfSwitch(bool enable) {
|
||||||
return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_DIO2_AS_RF_SWITCH_CTRL, &data, 1));
|
return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_DIO2_AS_RF_SWITCH_CTRL, &data, 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
Module* SX126x::getMod() {
|
|
||||||
return(this->mod);
|
|
||||||
}
|
|
||||||
|
|
||||||
int16_t SX126x::setFs() {
|
int16_t SX126x::setFs() {
|
||||||
return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_FS, NULL, 0));
|
return(this->mod->SPIwriteStream(RADIOLIB_SX126X_CMD_SET_FS, NULL, 0));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue