Initial commit

This commit is contained in:
cpu
2025-09-27 12:44:25 +02:00
commit 323fc68ac8
3665 changed files with 601898 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[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