31 lines
15 KiB
Plaintext
31 lines
15 KiB
Plaintext
[03:03:32] 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 `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
|