96 lines
47 KiB
Plaintext
96 lines
47 KiB
Plaintext
[01:51:54] WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:62:21
|
|
61 │ # Sockets for DFPlayer Mini
|
|
❱ 62 │ df_header_left = new PinSocket_1x8_SMD
|
|
63 │ df_header_right = new PinSocket_1x8_SMD
|
|
Source: main.ato:35:10
|
|
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 35 component PinSocket_1x8_SMD:
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:37:4
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
❱ 37 │ lcsc = "C48641756"
|
|
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
|
WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:63:22
|
|
62 │ df_header_left = new PinSocket_1x8_SMD
|
|
❱ 63 │ df_header_right = new PinSocket_1x8_SMD
|
|
64
|
|
Source: main.ato:35:10
|
|
34 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 35 component PinSocket_1x8_SMD:
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:37:4
|
|
36 │ footprint = "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
|
|
❱ 37 │ lcsc = "C48641756"
|
|
38 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8
|
|
WARNING Exception
|
|
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:75:21
|
|
74 │ # Input Connector (Power and UART)
|
|
❱ 75 │ uart_connector = new JST_PH_Vertical_4Pin
|
|
76
|
|
Source: main.ato:29:10
|
|
28
|
|
❱ 29 component JST_PH_Vertical_4Pin:
|
|
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:31:4
|
|
30 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal"
|
|
❱ 31 │ lcsc = "C160354"
|
|
32 │ pin 1; pin 2; pin 3; pin 4
|
|
WARNING Exception
|
|
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:83:24
|
|
82 │ # Output Connectors
|
|
❱ 83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
|
84 │ stereo_out_jack = new AudioJack3_5mm
|
|
Source: main.ato:24:10
|
|
23 # Component for JST PH series vertical connectors
|
|
❱ 24 component JST_PH_Vertical_2Pin:
|
|
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:26:4
|
|
25 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal"
|
|
❱ 26 │ lcsc = "C265003"
|
|
27 │ pin 1; pin 2
|
|
WARNING Exception
|
|
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
|
Source: main.ato:53:7
|
|
52
|
|
❱ 53 module App:
|
|
54 │ # --- Signals and Power ---
|
|
Source: main.ato:84:22
|
|
83 │ speaker_connector = new JST_PH_Vertical_2Pin
|
|
❱ 84 │ stereo_out_jack = new AudioJack3_5mm
|
|
85
|
|
Source: main.ato:16:10
|
|
15 # Component for the SMD 3.5mm Audio Jack
|
|
❱ 16 component AudioJack3_5mm:
|
|
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:18:4
|
|
17 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal"
|
|
❱ 18 │ lcsc = "C22459515"
|
|
19 │ pin TIP # Left Channel
|