117 lines
57 KiB
Plaintext
117 lines
57 KiB
Plaintext
[01:19:03] WARNING Deprecated Exception
|
|
`import <something> from <path>` is deprecated and will be removed in a future version. Use `from "generics/resistors.ato" import Resistor` instead.
|
|
Code causing the error:
|
|
Source: main.ato:3
|
|
2
|
|
❱ 3 import Resistor from "generics/resistors.ato"
|
|
4 import Capacitor from "generics/capacitors.ato"
|
|
WARNING Deprecated Exception
|
|
`import <something> from <path>` is deprecated and will be removed in a future version. Use `from "generics/capacitors.ato" import Capacitor` instead.
|
|
Code causing the error:
|
|
Source: main.ato:4
|
|
3 import Resistor from "generics/resistors.ato"
|
|
❱ 4 import Capacitor from "generics/capacitors.ato"
|
|
5 import Diode from "generics/diodes.ato"
|
|
WARNING Deprecated Exception
|
|
`import <something> from <path>` is deprecated and will be removed in a future version. Use `from "generics/diodes.ato" import Diode` instead.
|
|
Code causing the error:
|
|
Source: main.ato:5
|
|
4 import Capacitor from "generics/capacitors.ato"
|
|
❱ 5 import Diode from "generics/diodes.ato"
|
|
6 import Pad
|
|
WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_left`
|
|
Source: main.ato:67:7
|
|
66
|
|
❱ 67 module App:
|
|
68 │ # --- Signals and Power ---
|
|
Source: main.ato:76:21
|
|
75 │ # Sockets for DFPlayer Mini
|
|
❱ 76 │ df_header_left = new PinSocket_1x8_SMD
|
|
77 │ df_header_right = new PinSocket_1x8_SMD
|
|
Source: main.ato:55:10
|
|
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 55 component PinSocket_1x8_SMD:
|
|
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
|
Code causing the error:
|
|
Source: main.ato:57:4
|
|
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
|
❱ 57 │ lcsc = "C48641756"
|
|
58 │ pin p1
|
|
WARNING Exception
|
|
Ignoring assignment of `C48641756` to `lcsc` on `df_header_right`
|
|
Source: main.ato:67:7
|
|
66
|
|
❱ 67 module App:
|
|
68 │ # --- Signals and Power ---
|
|
Source: main.ato:77:22
|
|
76 │ df_header_left = new PinSocket_1x8_SMD
|
|
❱ 77 │ df_header_right = new PinSocket_1x8_SMD
|
|
78
|
|
Source: main.ato:55:10
|
|
54 # Component for the SMD 1x8 pin sockets for the DFPlayer
|
|
❱ 55 component PinSocket_1x8_SMD:
|
|
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
|
Code causing the error:
|
|
Source: main.ato:57:4
|
|
56 │ footprint = "PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left"
|
|
❱ 57 │ lcsc = "C48641756"
|
|
58 │ pin p1
|
|
WARNING Exception
|
|
Ignoring assignment of `C160354` to `lcsc` on `uart_connector`
|
|
Source: main.ato:67:7
|
|
66
|
|
❱ 67 module App:
|
|
68 │ # --- Signals and Power ---
|
|
Source: main.ato:93:21
|
|
92 │ # Input Connector (Power and UART)
|
|
❱ 93 │ uart_connector = new JST_PH_Vertical_4Pin
|
|
94 │ # Pin 1: +5V
|
|
Source: main.ato:46:10
|
|
45
|
|
❱ 46 component JST_PH_Vertical_4Pin:
|
|
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:48:4
|
|
47 │ footprint = "JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical"
|
|
❱ 48 │ lcsc = "C160354"
|
|
49 │ pin 1
|
|
WARNING Exception
|
|
Ignoring assignment of `C265003` to `lcsc` on `speaker_connector`
|
|
Source: main.ato:67:7
|
|
66
|
|
❱ 67 module App:
|
|
68 │ # --- Signals and Power ---
|
|
Source: main.ato:106:24
|
|
105 │ # Output Connectors
|
|
❱ 106 │ speaker_connector = new JST_PH_Vertical_2Pin
|
|
107 │ # Pin 1: SPK+
|
|
Source: main.ato:40:10
|
|
39 # Component for JST PH series vertical connectors
|
|
❱ 40 component JST_PH_Vertical_2Pin:
|
|
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
|
Code causing the error:
|
|
Source: main.ato:42:4
|
|
41 │ footprint = "JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical"
|
|
❱ 42 │ lcsc = "C265003"
|
|
43 │ pin 1
|
|
WARNING Exception
|
|
Ignoring assignment of `C22459515` to `lcsc` on `stereo_out_jack`
|
|
Source: main.ato:67:7
|
|
66
|
|
❱ 67 module App:
|
|
68 │ # --- Signals and Power ---
|
|
Source: main.ato:110:22
|
|
109 │
|
|
❱ 110 │ stereo_out_jack = new AudioJack3_5mm
|
|
111
|
|
Source: main.ato:32:10
|
|
31 # Component for the SMD 3.5mm Audio Jack
|
|
❱ 32 component AudioJack3_5mm:
|
|
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
|
Code causing the error:
|
|
Source: main.ato:34:4
|
|
33 │ footprint = "Jack_3.5mm_PJ320D_Horizontal"
|
|
❱ 34 │ lcsc = "C22459515"
|
|
35 │ pin TIP # Left Channel
|