From b2340b8d8feb20db44bb263b844dfc08795e8bec Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Fri, 1 Jul 2022 17:11:30 -0400 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index d914180..55abc20 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -5737,7 +5737,7 @@ class regulator_SOT23(part): class regulator_SOT223(part): # - # Zetex ZLDO1117 + # Zetex ZLDO1117, AZ1117IH # def __init__(self,value=''): self.value = value -- GitLab