Initial commit
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[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
|
||||
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%]
|
||||
Reference in New Issue
Block a user