[SX126x] Fixed RTC control register address (#575)
This commit is contained in:
parent
3bdc8963a4
commit
e31bcd315b
1 changed files with 1 additions and 1 deletions
|
@ -1551,7 +1551,7 @@ int16_t SX126x::fixImplicitTimeout() {
|
||||||
|
|
||||||
// stop RTC counter
|
// stop RTC counter
|
||||||
uint8_t rtcStop = 0x00;
|
uint8_t rtcStop = 0x00;
|
||||||
int16_t state = writeRegister(RADIOLIB_SX126X_REG_DIO3_OUT_VOLTAGE_CTRL, &rtcStop, 1);
|
int16_t state = writeRegister(RADIOLIB_SX126X_REG_RTC_CTRL, &rtcStop, 1);
|
||||||
RADIOLIB_ASSERT(state);
|
RADIOLIB_ASSERT(state);
|
||||||
|
|
||||||
// read currently active event
|
// read currently active event
|
||||||
|
|
Loading…
Add table
Reference in a new issue