Files
DFPlayer-carrier-board/build/logs/archive/2025-09-26_03-04-19/default/init-default.warning.log
2025-09-27 12:44:25 +02:00

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