Increase RFFC5072 VCO warm-up time TVCO

This commit is contained in:
Michael Ossmann
2026-01-28 19:04:47 -05:00
committed by Mike Walters
parent 38abc35e23
commit 40bdea769b

View File

@@ -125,6 +125,9 @@ void rffc5071_setup(rffc5071_driver_t* const drv)
/* Enable reference oscillator standby */
set_RFFC5071_REFST(drv, 1);
/* Maximize VCO warm-up time */
set_RFFC5071_TVCO(drv, 31);
rffc5071_regs_commit(drv);
}