[Si443x] Fixed standby (#313)
This commit is contained in:
parent
f62af14090
commit
a531c2ed80
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ int16_t Si443x::standby() {
|
||||||
// set RF switch (if present)
|
// set RF switch (if present)
|
||||||
_mod->setRfSwitchState(LOW, LOW);
|
_mod->setRfSwitchState(LOW, LOW);
|
||||||
|
|
||||||
//return(_mod->SPIsetRegValue(SI443X_REG_OP_FUNC_CONTROL_1, SI443X_XTAL_ON, 7, 0, 10));
|
return(_mod->SPIsetRegValue(SI443X_REG_OP_FUNC_CONTROL_1, SI443X_XTAL_ON, 7, 0, 10));
|
||||||
return(ERR_NONE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t Si443x::transmitDirect(uint32_t frf) {
|
int16_t Si443x::transmitDirect(uint32_t frf) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue