pcbdl icon indicating copy to clipboard operation
pcbdl copied to clipboard

RefdesRememberer broken due to capacitor value change

Open amstan opened this issue 5 years ago • 0 comments

index d42fef2..2928e40 100755
--- a/examples/servo_micro.py
+++ b/examples/servo_micro.py
@@ -576,7 +576,7 @@ pp3300 << (
 Net("PP3300_PD_VDDA") << (
     ec.VDDA,
     L("600@100MHz", to=pp3300, package="INDC1005L", part_number="FERRITE_BEAD-185-00019-00"),
-    decoupling("1u"),
+    decoupling("10u"),
     decoupling("100p"),
 )
 pp3300 << (

This causes a lot of components to get renamed. Another reason to need #21.

amstan avatar Oct 14 '20 19:10 amstan