From 0955c7c5bae9198d4e65d7d8340514e0f74d5746 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 15 May 2026 23:13:04 +0200 Subject: [PATCH] fix(sch): add title_block with <> placeholder to all 3 schematics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PowerBoard's schematics never had a title_block at all — the version field stayed empty in the rendered schematic PDF even after Phase 3 placeholder migration, because there was no <> token to substitute. All other 5 HW-Module-* repos follow the convention: (title_block (title "") (rev "<>") (company "Amateurfunkclub für Remote Stationen") ) Insert the same block into PowerBoard.kicad_sch, 5V.kicad_sch and power_measurement.kicad_sch with sheet-appropriate titles. Surfaced when the v1.0 deploy showed the version on the PCB silkscreen but the schematic PDF title block remained blank. Co-Authored-By: Claude Opus 4.7 --- 5V.kicad_sch | 5 +++++ PowerBoard.kicad_sch | 5 +++++ power_measurement.kicad_sch | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/5V.kicad_sch b/5V.kicad_sch index 4b9b00c..379a4ba 100644 --- a/5V.kicad_sch +++ b/5V.kicad_sch @@ -4,6 +4,11 @@ (generator_version "9.0") (uuid "7a59f0d0-0033-40bc-a1c4-1d4ae9f9acf2") (paper "A4") + (title_block + (title "5V Buck Converter") + (rev "<>") + (company "Amateurfunkclub für Remote Stationen") + ) (lib_symbols (symbol "Device:C" (pin_numbers diff --git a/PowerBoard.kicad_sch b/PowerBoard.kicad_sch index cea4970..13a01af 100644 --- a/PowerBoard.kicad_sch +++ b/PowerBoard.kicad_sch @@ -4,6 +4,11 @@ (generator_version "9.0") (uuid "f29935ff-76ad-48dd-a9d8-f60fd99054e1") (paper "A4") + (title_block + (title "Power") + (rev "<>") + (company "Amateurfunkclub für Remote Stationen") + ) (lib_symbols (symbol "Connector_Generic:Conn_02x10_Row_Letter_First" (pin_names diff --git a/power_measurement.kicad_sch b/power_measurement.kicad_sch index d2182ae..04655c6 100644 --- a/power_measurement.kicad_sch +++ b/power_measurement.kicad_sch @@ -4,6 +4,11 @@ (generator_version "9.0") (uuid "dde21f85-3c5e-4e74-9187-b7b4b66850c3") (paper "A4") + (title_block + (title "Power Measurement") + (rev "<>") + (company "Amateurfunkclub für Remote Stationen") + ) (lib_symbols (symbol "Device:C" (pin_numbers