From 69cf3c6a1c9977ea255b3738eefca8065fd2a4f4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Apr 2025 17:54:26 +0200 Subject: web: Deploy iot-contact.kicad_pcb This can be used to order the PCB depending on the manufacturers software capabilities. --- artifacts/meson.build | 1 + pcb/meson.build | 3 +++ web/index.html | 1 + 3 files changed, 5 insertions(+) diff --git a/artifacts/meson.build b/artifacts/meson.build index 278c695..ac15661 100644 --- a/artifacts/meson.build +++ b/artifacts/meson.build @@ -6,6 +6,7 @@ artifacts = [ simulation, update_image, factory_image, + kicad_pcb, ] foreach artifact : artifacts 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') diff --git a/web/index.html b/web/index.html index e5bf005..f8d76ed 100644 --- a/web/index.html +++ b/web/index.html @@ -12,6 +12,7 @@

Printed circuit board

-- cgit v1.2.3-70-g09d2