Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

RefdesRememberer broken due to capacitor value change #28

@amstan

Description

@amstan
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions