Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion edg/parts/Rf_Sx1262.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down