summaryrefslogtreecommitdiff
path: root/pcb
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-11 17:54:26 +0200
committerxengineering <me@xengineering.eu>2025-05-24 12:01:44 +0200
commit69cf3c6a1c9977ea255b3738eefca8065fd2a4f4 (patch)
tree261e9c39b74d0713deec260e43f4befdb4b0fcbd /pcb
parenta82bdbbec681cec0c6f5304318b6010f1752dbf6 (diff)
downloadiot-contact-69cf3c6a1c9977ea255b3738eefca8065fd2a4f4.tar
iot-contact-69cf3c6a1c9977ea255b3738eefca8065fd2a4f4.tar.zst
iot-contact-69cf3c6a1c9977ea255b3738eefca8065fd2a4f4.zip
web: Deploy iot-contact.kicad_pcb
This can be used to order the PCB depending on the manufacturers software capabilities.
Diffstat (limited to 'pcb')
-rw-r--r--pcb/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/pcb/meson.build b/pcb/meson.build
index 293b2a1..4feecce 100644
--- a/pcb/meson.build
+++ b/pcb/meson.build
@@ -36,3 +36,6 @@ bom = custom_target(
depend_files: schematic_files,
build_by_default: true,
)
+
+fs = import('fs')
+kicad_pcb = fs.copyfile(meson.current_source_dir() / 'iot-contact.kicad_pcb')