Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Silkscreen issue - positive and ground swap #45

Merged
merged 1 commit into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion kicad_files/Bare ESP8266/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
fp-info-cache
*.lck

/*-backups
/*-backups
/production
/Gerber Files
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@

(gr_rect (start 113.91 57.15) (end 168.91 139.85)
(stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 0ea8c1ed-7af8-4859-a786-81a34f31a0f7))
(gr_text "BLK\nOBST" (at 154.265587 138.824201) (layer "F.SilkS") (tstamp 12010628-6972-4834-af2b-906c3319e0f8)
(gr_text "BLK\nOBST" (at 146.226739 138.809743) (layer "F.SilkS") (tstamp 12010628-6972-4834-af2b-906c3319e0f8)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "RED\nCTRL" (at 134.546103 138.894836) (layer "F.SilkS") (tstamp 13ff5719-3af4-4010-a966-7f3230a766ad)
Expand All @@ -1649,7 +1649,7 @@
(gr_text "RED\nCTRL" (at 150.267396 138.824201) (layer "F.SilkS") (tstamp 1f586132-9922-4622-aafe-2a7993808265)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "WHT\nGND" (at 129.466103 138.894836) (layer "F.SilkS") (tstamp 3d58c12f-c42c-49a1-a1ad-fd5d766250a0)
(gr_text "WHT\nGND" (at 139.7 138.894836) (layer "F.SilkS") (tstamp 3d58c12f-c42c-49a1-a1ad-fd5d766250a0)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "IN(+)" (at 114.774765 101.986489) (layer "F.SilkS") (tstamp 4eabcb32-e576-4977-8c43-4a4e01cdf8e5)
Expand All @@ -1676,7 +1676,7 @@
(gr_text "IN(-)" (at 114.774765 117.597697) (layer "F.SilkS") (tstamp 9fd8128d-dc15-4fb8-9d45-f95cc9a5bfdb)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
)
(gr_text "BLK\nOBST" (at 139.626103 138.894836) (layer "F.SilkS") (tstamp ad5076ca-0034-430b-8bd6-b1a86f86cf64)
(gr_text "BLK\nOBST" (at 129.54 138.894836) (layer "F.SilkS") (tstamp ad5076ca-0034-430b-8bd6-b1a86f86cf64)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "U2" (at 115.57 109.22) (layer "F.SilkS") (tstamp c1a6a5be-e849-4cf8-8ec3-b81d78dda279)
Expand All @@ -1688,7 +1688,7 @@
(gr_text "+VCC" (at 114.874616 85.028219 270) (layer "F.SilkS") (tstamp cbcfcca3-5e5a-4567-99b5-9c7c30ce431b)
(effects (font (size 1 1) (thickness 0.15)) (justify left bottom))
)
(gr_text "WHT\nGND" (at 146.317376 138.824201) (layer "F.SilkS") (tstamp d315e6b7-8431-46c6-920b-10f4cc704c03)
(gr_text "WHT\nGND" (at 154.135048 138.809743) (layer "F.SilkS") (tstamp d315e6b7-8431-46c6-920b-10f4cc704c03)
(effects (font (size 1 1) (thickness 0.15)) (justify bottom))
)
(gr_text "3V3" (at 166.572852 79.295872) (layer "F.SilkS") (tstamp e9ee891a-6eff-4c07-90e3-7254972534e9)
Expand Down
Loading