Skip to content

Commit

Permalink
RadioLib 6.4.0 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Jan 15, 2024
1 parent 23b1ebf commit 55f50ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 55f50ee

Please sign in to comment.