We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156d47b commit 9390679Copy full SHA for 9390679
1 file changed
edg/parts/microcontroller/Esp32c3.py
@@ -382,11 +382,7 @@ def __init__(self, **kwargs: Any) -> None:
382
super().__init__(**kwargs)
383
384
self.model = self.Block(
385
- Esp32c3_Device(
386
- pin_assigns=ArrayStringExpr(),
387
- _model=True,
388
- _allowed_pins=list(Esp32c3_Wroom02_Footprint._PIN_REMAPPING.keys()),
389
- )
+ Esp32c3_Device(pin_assigns=ArrayStringExpr(), _model=True, _allowed_pins=ArrayStringExpr())
390
)
391
self.gnd = self.Export(self.model.gnd, [Common])
392
self.v3v3 = self.Export(self.model.vdd3p3, [Power])
0 commit comments