Skip to content

Commit

Permalink
Update 3D body of ESP-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
vowstar committed Jan 21, 2015
1 parent daf9c01 commit 587a088
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 43 deletions.
34 changes: 17 additions & 17 deletions Clean.bat
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
del *.SchDocPreview
del *.HarnessPreview
del *.PcbDocPreview
del *.TopPreview
del *.PrjPcbStructure
del *.PcbDoc.htm
del *.apr
del *.DRR
del *.EXTREP
del *.LDP
del *.REP
del *.RUL
del *.APR_LIB
del "Status Report.Txt"
rd History /s/q
rd __Previews /s/q
for /D %%a in ("Project Logs for*") do rd "%%a" /s/q
del *.SchDocPreview
del *.HarnessPreview
del *.PcbDocPreview
del *.TopPreview
del *.PrjPcbStructure
del *.PcbDoc.htm
del *.apr
del *.DRR
del *.EXTREP
del *.LDP
del *.REP
del *.RUL
del *.APR_LIB
del "Status Report.Txt"
rd History /s/q
rd __Previews /s/q
for /D %%a in ("Project Logs for*") do rd "%%a" /s/q
for /D %%a in ("Project Outputs for*") do rd "%%a" /s/q
22 changes: 11 additions & 11 deletions Documents/新版本管脚对应关系.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
D0 GPIO16
D1 GPIO4
D2 GPIO5
D3 GPIO0
D4 GPIO2
D5 GPIO14
D6 GPIO12
D7 GPIO13
D8 GPIO15
D9 RXD0
D10 TXD0
D0 GPIO16
D1 GPIO4
D2 GPIO5
D3 GPIO0
D4 GPIO2
D5 GPIO14
D6 GPIO12
D7 GPIO13
D8 GPIO15
D9 RXD0
D10 TXD0
26 changes: 13 additions & 13 deletions Documents/旧版本管脚对应关系.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
D0 GPIO16
D1 GPIO1 TXD0
D2 GPIO3 RXD0
D3 GPIO12
D4 GPIO14
D5 GPIO0
D6 GPIO5
D7 GPIO4
D8 GPIO2
D9 GPIO13
D10 GPIO15
D11 GPIO3 RXD0
D12 GPIO1 TXD0
D0 GPIO16
D1 GPIO1 TXD0
D2 GPIO3 RXD0
D3 GPIO12
D4 GPIO14
D5 GPIO0
D6 GPIO5
D7 GPIO4
D8 GPIO2
D9 GPIO13
D10 GPIO15
D11 GPIO3 RXD0
D12 GPIO1 TXD0
Binary file modified NODEMCU_ESP12.PcbDoc
Binary file not shown.
4 changes: 2 additions & 2 deletions NODEMCU_ESP12.PrjPCB
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PowerPortNamesTakePriority=0
PushECOToAnnotationFile=1
DItemRevisionGUID=
ReportSuppressedErrorsInMessages=0
OutputPath=Project Outputs for NODEMCU_ESP12
OutputPath=
LogFolderPath=

[Preferences]
Expand Down Expand Up @@ -113,7 +113,7 @@ SCH_HasExpandLogicalToPhysicalSheets=-1
SaveSettingsToOutJob=0

[Generic_EDE]
OutputDir=Project Outputs for NODEMCU_ESP12
OutputDir=

[OutputGroup1]
Name=Netlist Outputs
Expand Down

0 comments on commit 587a088

Please sign in to comment.