working esp32

This commit is contained in:
Priec
2026-02-23 21:00:10 +01:00
commit bcdfe8d23a
15 changed files with 3762 additions and 0 deletions

6
kicad-env.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export KICAD_CONFIG_HOME="$ROOT_DIR/.kicad-config"
mkdir -p "$KICAD_CONFIG_HOME"
exec kicad-cli "$@"