diff --git a/edg/parts/Rf_Sx1262.py b/edg/parts/Rf_Sx1262.py index 4a7db2361..665b3de1a 100644 --- a/edg/parts/Rf_Sx1262.py +++ b/edg/parts/Rf_Sx1262.py @@ -247,7 +247,7 @@ def contents(self) -> None: with self.implicit_connect( ImplicitConnect(self.gnd, [Common]) ) as imp: - self.xtal = imp.Block(Crystal(30*MHertz(tol=30e-6))) # 30ppm for LoRaWAN systems + self.xtal = imp.Block(Crystal(32*MHertz(tol=30e-6))) # 30ppm for LoRaWAN systems self.connect(self.xtal.crystal, self.ic.xtal) self.vreg_cap = imp.Block(DecouplingCapacitor(470*nFarad(tol=0.2))).connected(pwr=self.ic.vreg)