fix mcu jumper net

This commit is contained in:
daniel
2023-07-09 23:05:46 +02:00
parent d03d11ebdf
commit f21437ab11

View File

@@ -250,7 +250,7 @@ pcbs:
params: params:
orientation: down orientation: down
RAW: RAW_P1 RAW: RAW_P1
GND1: undefined GND1: GND_P0
RST: RST_GND RST: RST_GND
VCC: VCC_GND VCC: VCC_GND
P21: ENCA P21: ENCA
@@ -261,9 +261,10 @@ pcbs:
P14: row3 P14: row3
P16: row4 P16: row4
P10: row5 P10: row5
P1: RAW_P1 P1: P1_RAW
GND2: RST_GND P0: P0_GND
GND3: VCC_GND GND2: GND_RST
GND3: GND_VCC
P2: SDA P2: SDA
P3: SCL P3: SCL
P4: CS P4: CS
@@ -307,7 +308,7 @@ pcbs:
where: mcu where: mcu
params: params:
from: GND from: GND
to: RST_GND to: GND_RST
side: "F" side: "F"
adjust: adjust:
shift: [-8.9, 2.5] shift: [-8.9, 2.5]
@@ -317,7 +318,7 @@ pcbs:
where: mcu where: mcu
params: params:
from: RAW from: RAW
to: RAW_P1 to: P1_RAW
side: "B" side: "B"
adjust: adjust:
shift: [-11.45, 2.5] shift: [-11.45, 2.5]
@@ -327,7 +328,7 @@ pcbs:
where: mcu where: mcu
params: params:
from: RST from: RST
to: RST_GND to: GND_RST
side: "B" side: "B"
adjust: adjust:
shift: [-8.9, 2.5] shift: [-8.9, 2.5]
@@ -337,7 +338,7 @@ pcbs:
where: mcu where: mcu
params: params:
from: VCC from: VCC
to: VCC_GND to: GND_VCC
side: "B" side: "B"
adjust: adjust:
shift: [-6.35, 2.5] shift: [-6.35, 2.5]