pixalynx/pixal-gps
These files define two separate printed circuit boards: a small, two-layer battery cartridge with protection circuitry and contact pads for a pouch cell, and a larger, two-layer wireless charging dock featuring USB-C input, a resonant coil, and wireless power transmission components.
- Version
- 0.1.2
- License
- unset
- Stars
- 0
review/evidence/fresh-validate.txt
40 | }
41 | net(sel: string) { return this.portNet.get(sel) ?? null }
42 | same(a: string, b: string) { const n = this.net(a); return n !== null && n === this.net(b) }
43 | }
44 | let checks = 0
45 | const ok = (v: unknown, msg: string) => { assert(v, msg); checks++ }
^
AssertionError: tracker lands without copper (6): U1.P0_31, U3.VBUS, U6.SCL, U6.INT1, C41.pin2, R13.pin1
generatedMessage: false,
actual: false,
expected: true,
operator: "==",
diff: "simple",
code: "ERR_ASSERTION"
at ok (/Users/pixalynx/Desktop/DEV/claude/tscircuit/pixal-gps/review/source-build/scripts/validate.ts:45:43)
Bun v1.4.0 (macOS arm64)