[01:08:23] WARNING Exception Ignoring assignment of `C48641756` to `lcsc` on `df_header_left` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Source: main.ato:74:21 73 │ # Sockets for DFPlayer Mini ❱ 74 │ df_header_left = new PinSocket_1x8_SMD 75 │ df_header_right = new PinSocket_1x8_SMD Source: main.ato:53:10 52 # Component for the SMD 1x8 pin sockets for the DFPlayer ❱ 53 component PinSocket_1x8_SMD: 54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" Code causing the error: Source: main.ato:55:4 54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" ❱ 55 │ lcsc = "C48641756" 56 │ pin p1 WARNING Exception Ignoring assignment of `C48641756` to `lcsc` on `df_header_right` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Source: main.ato:75:22 74 │ df_header_left = new PinSocket_1x8_SMD ❱ 75 │ df_header_right = new PinSocket_1x8_SMD 76 Source: main.ato:53:10 52 # Component for the SMD 1x8 pin sockets for the DFPlayer ❱ 53 component PinSocket_1x8_SMD: 54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" Code causing the error: Source: main.ato:55:4 54 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" ❱ 55 │ lcsc = "C48641756" 56 │ pin p1 WARNING Exception Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Code causing the error: Source: main.ato:80:4 79 │ power_protection_diode = new Diode ❱ 80 │ power_protection_diode.lcsc = "C18199093" 81 │ power_protection_diode.footprint = "Diode_SOD-123" WARNING Exception Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Code causing the error: Source: main.ato:87:4 86 │ power_filter_cap.voltage = 10V ❱ 87 │ power_filter_cap.lcsc = "C178529" 88 │ power_filter_cap.footprint = "Capacitor_SMD:CP_Elec_6.3x5.4" WARNING Exception Ignoring assignment of `C160354` to `lcsc` on `uart_connector` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Source: main.ato:91:21 90 │ # Input Connector (Power and UART) ❱ 91 │ uart_connector = new JST_PH_Vertical_4Pin 92 │ # Pin 1: +5V Source: main.ato:44:10 43 ❱ 44 component JST_PH_Vertical_4Pin: 45 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical" Code causing the error: Source: main.ato:46:4 45 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical" ❱ 46 │ lcsc = "C160354" 47 │ pin 1 WARNING Exception Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Code causing the error: Source: main.ato:101:4 100 │ rx_protection_resistor.package = "0805" ❱ 101 │ rx_protection_resistor.lcsc = "C17513" 102 WARNING Exception Ignoring assignment of `C265003` to `lcsc` on `speaker_connector` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Source: main.ato:104:24 103 │ # Output Connectors ❱ 104 │ speaker_connector = new JST_PH_Vertical_2Pin 105 │ # Pin 1: SPK+ Source: main.ato:38:10 37 # Component for JST PH series vertical connectors ❱ 38 component JST_PH_Vertical_2Pin: 39 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical" Code causing the error: Source: main.ato:40:4 39 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical" ❱ 40 │ lcsc = "C265003" 41 │ pin 1 WARNING Exception Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack` Source: main.ato:65:7 64 ❱ 65 module App: 66 │ # --- Signals and Power --- Source: main.ato:108:22 107 │ ❱ 108 │ stereo_out_jack = new AudioJack3_5mm 109 Source: main.ato:30:10 29 # Component for the SMD 3.5mm Audio Jack ❱ 30 component AudioJack3_5mm: 31 │ footprint = "Jack_3.5mm_PJ320D_Horizontal" Code causing the error: Source: main.ato:32:4 31 │ footprint = "Jack_3.5mm_PJ320D_Horizontal" ❱ 32 │ lcsc = "C22459515" 33 │ pin TIP # Left Channel