25 lines
12 KiB
Plaintext
25 lines
12 KiB
Plaintext
[12:07:10] WARNING Not Implemented Error
|
|
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
|
|
See: https://github.com/atopile/atopile/issues/755
|
|
Source: main.ato:78:7
|
|
77
|
|
❱ 78 module DFPlayerCarrierBoard:
|
|
79 │ # --- Signals and Power rails ---
|
|
Code causing the error:
|
|
Source: main.ato:88:32
|
|
87 │ dfplayer = new DFPlayer_Mini
|
|
❱ 88 │ dfplayer.exclude_from_bom = True # Exclude from BOM since it's a module
|
|
89
|
|
WARNING Not Implemented Error
|
|
`exclude_from_bom` is not yet implemented. This should not currently affect your design, however may throw spurious warnings.
|
|
See: https://github.com/atopile/atopile/issues/755
|
|
Source: main.ato:78:7
|
|
77
|
|
❱ 78 module DFPlayerCarrierBoard:
|
|
79 │ # --- Signals and Power rails ---
|
|
Code causing the error:
|
|
Source: main.ato:118:35
|
|
117 │ m2_with_pad = new MountingHole<metric_screw_size="M3", pad_type="Pad">
|
|
❱ 118 │ m2_with_pad.exclude_from_bom = True
|
|
119 │ # m6_no_pad = new MountingHole<metric_screw_size="M6", pad_type="NoPad">
|