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

simulator/scripts/run-browser-qa.py

import os,pathlib,subprocess
root=pathlib.Path(__file__).resolve().parents[1]
env=os.environ.copy();env['PATH']='/Users/pixalynx/.nvm/versions/node/v22.20.0/bin:'+env['PATH']
subprocess.run(['/Users/pixalynx/.codex/skills/playwright/scripts/playwright_cli.sh','-s=pixal-gps','run-code',(root/'scripts/browser-final-qa.js').read_text()],cwd=root,env=env,check=True)