Setting setMode timetout back to 2ms
This commit is contained in:
parent
555b90abfa
commit
cbe145b9f7
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ bool SX127x::findChip(uint8_t ver) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t SX127x::setMode(uint8_t mode) {
|
int16_t SX127x::setMode(uint8_t mode) {
|
||||||
return(_mod->SPIsetRegValue(SX127X_REG_OP_MODE, mode, 2, 0, 2));
|
return(_mod->SPIsetRegValue(SX127X_REG_OP_MODE, mode, 2, 0, 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
int16_t SX127x::getActiveModem() {
|
int16_t SX127x::getActiveModem() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue