Skip to content

Commit

Permalink
RadioLib 6.4.0 fixes (meshtastic#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Jan 15, 2024
1 parent 30e3a28 commit 8b362de
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 8b362de

Please sign in to comment.