From 1a5a9041df45160444aeca990c4180ae83b29032 Mon Sep 17 00:00:00 2001 From: Skot Croshere Date: Fri, 25 Nov 2022 13:10:59 -0500 Subject: [PATCH] fixed TX/RX mixup --- bitaxeMax.kicad_pro | 2 +- esp32.kicad_sch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitaxeMax.kicad_pro b/bitaxeMax.kicad_pro index 17ed22d..a958c94 100644 --- a/bitaxeMax.kicad_pro +++ b/bitaxeMax.kicad_pro @@ -453,7 +453,7 @@ "workbook_filename": "" }, "page_layout_descr_file": "", - "plot_directory": "", + "plot_directory": "./", "spice_adjust_passive_values": false, "spice_external_command": "spice \"%I\"", "subpart_first_id": 65, diff --git a/esp32.kicad_sch b/esp32.kicad_sch index 0b26ef5..988a71e 100644 --- a/esp32.kicad_sch +++ b/esp32.kicad_sch @@ -899,11 +899,11 @@ ) ) - (hierarchical_label "TX" (shape input) (at 66.04 128.27 180) + (hierarchical_label "TX" (shape input) (at 66.04 125.73 180) (effects (font (size 1.27 1.27)) (justify right)) (uuid 03f8291f-7f6b-4aee-91d5-da22b4b659cb) ) - (hierarchical_label "RX" (shape input) (at 66.04 125.73 180) + (hierarchical_label "RX" (shape input) (at 66.04 128.27 180) (effects (font (size 1.27 1.27)) (justify right)) (uuid 3a7747b4-9316-465c-87e0-f6fdc7a69bcf) )