12 lines
5.4 KiB
Plaintext
12 lines
5.4 KiB
Plaintext
[03:04:21] 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
|