Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Jan 16, 2024
2 parents 014e672 + 8b362de commit 5bd0820
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mesh/RadioLibRF95.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int16_t RadioLibRF95::begin(float freq, float bw, uint8_t sf, uint8_t cr, uint8_
LOG_DEBUG("Current limit set result %d\n", state);

// configure settings not accessible by API
state = config();
// state = config();
RADIOLIB_ASSERT(state);

#ifdef RF95_TCXO
Expand Down Expand Up @@ -75,5 +75,6 @@ bool RadioLibRF95::isReceiving()

uint8_t RadioLibRF95::readReg(uint8_t addr)
{
Module *mod = this->getMod();
return mod->SPIreadRegister(addr);
}
}

0 comments on commit 5bd0820

Please sign in to comment.