[02:48:02] WARNING Key Error `hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package` already declared. Shadowing original. In the future this may be an error Code causing the error: Source: main.ato:36:10 35 # Component for the SMD 1x8 pin sockets for the DFPlayer ❱ 36 component hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package: 37 │ # footprint = "Connector_PinSocket_2.54mm/PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" WARNING Exception Ignoring assignment of `C48641756` to `lcsc` on `df_header_left` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Source: main.ato:63:21 62 │ # Sockets for DFPlayer Mini ❱ 63 │ df_header_left = new hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package 64 │ df_header_right = new hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package Source: main.ato:36:10 35 # Component for the SMD 1x8 pin sockets for the DFPlayer ❱ 36 component hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package: 37 │ # footprint = "Connector_PinSocket_2.54mm/PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" Code causing the error: Source: main.ato:38:4 37 │ # footprint = "Connector_PinSocket_2.54mm/PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" ❱ 38 │ lcsc = "C48641756" 39 │ 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:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Source: main.ato:64:22 63 │ df_header_left = new hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package ❱ 64 │ df_header_right = new hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package 65 Source: main.ato:36:10 35 # Component for the SMD 1x8 pin sockets for the DFPlayer ❱ 36 component hanxia_HX_PM2_54_1x8P_TP_H8_5_ZQ_package: 37 │ # footprint = "Connector_PinSocket_2.54mm/PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" Code causing the error: Source: main.ato:38:4 37 │ # footprint = "Connector_PinSocket_2.54mm/PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left" ❱ 38 │ lcsc = "C48641756" 39 │ pin p1; pin p2; pin p3; pin p4; pin p5; pin p6; pin p7; pin p8 [02:48:03] WARNING Exception Ignoring assignment of `C18199093` to `lcsc` on `power_protection_diode` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Code causing the error: Source: main.ato:68:4 67 │ power_protection_diode = new hongjiacheng_M1_package ❱ 68 │ power_protection_diode.lcsc = "C18199093" 69 WARNING Exception Ignoring assignment of `C178529` to `lcsc` on `power_filter_cap` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Code causing the error: Source: main.ato:73:4 72 │ power_filter_cap.voltage = 10V ❱ 73 │ power_filter_cap.lcsc = "C178529" 74 WARNING Exception Ignoring assignment of `C160354` to `lcsc` on `uart_connector` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Source: main.ato:76:21 75 │ # Input Connector (Power and UART) ❱ 76 │ uart_connector = new JST_PH_Vertical_4Pin 77 Source: main.ato:30:10 29 ❱ 30 component JST_PH_Vertical_4Pin: 31 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal" Code causing the error: Source: main.ato:32:4 31 │ footprint = "JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal" ❱ 32 │ lcsc = "C160354" 33 │ pin 1; pin 2; pin 3; pin 4 WARNING Exception Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Code causing the error: Source: main.ato:81:4 80 │ rx_protection_resistor.resistance = 1kohm +/- 5% ❱ 81 │ rx_protection_resistor.lcsc = "C17513" 82 WARNING Exception Ignoring assignment of `C265003` to `lcsc` on `speaker_connector` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Source: main.ato:84:24 83 │ # Output Connectors ❱ 84 │ speaker_connector = new JST_PH_Vertical_2Pin 85 │ stereo_out_jack = new AudioJack3_5mm Source: main.ato:25:10 24 # Component for JST PH series vertical connectors ❱ 25 component JST_PH_Vertical_2Pin: 26 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal" Code causing the error: Source: main.ato:27:4 26 │ footprint = "JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal" ❱ 27 │ lcsc = "C265003" 28 │ pin 1; pin 2 WARNING Exception Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack` Source: main.ato:54:7 53 ❱ 54 module App: 55 │ # --- Signals and Power --- Source: main.ato:85:22 84 │ speaker_connector = new JST_PH_Vertical_2Pin ❱ 85 │ stereo_out_jack = new AudioJack3_5mm 86 Source: main.ato:17:10 16 # Component for the SMD 3.5mm Audio Jack ❱ 17 component AudioJack3_5mm: 18 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal" Code causing the error: Source: main.ato:19:4 18 │ footprint = "Jack_3.5mm:Jack_3.5mm_PJ320D_Horizontal" ❱ 19 │ lcsc = "C22459515" 20 │ pin TIP # Left Channel DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF] DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF] DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V] DEBUG Constraining power_filter_cap.voltage to [10V] DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%] DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]