Files
DFPlayer-carrier-board/build/logs/archive/2025-09-27_12-18-49/default/init-default.warning.log
2025-09-27 12:44:25 +02:00

13 lines
5.9 KiB
Plaintext

[12:18:50] 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