Closed owenh000 closed 3 years ago
Since it may not be convenient to view the changes inside the ZIP archive, here they are. Four instances of VBUS
were changed to VUSB
.
svg.schematic.adafruit_2a47ed913053991b1303ab3b531a4430_1_schematic.svg: <text font-family="'DroidSans'" font-size="2.8" fill="#8C8C8C" id="label124" gorn="0.1.107.0.0.0.0.0">VUSB</text>
part.adafruit_2a47ed913053991b1303ab3b531a4430_1.fzp: <connector type="male" name="VUSB" id="connector124">
part.adafruit_2a47ed913053991b1303ab3b531a4430_1.fzp: <description>VUSB</description>
svg.pcb.adafruit_2a47ed913053991b1303ab3b531a4430_1_pcb.svg: <circle cx="64.62" stroke-width="0.95868" stroke="#F7BD13" connectorname="VUSB" cy="3.42" fill="none" id="connector124pad" gorn="0.2.0.7" r="1.89666"/>
This was done with a simple
sed -i 's/VBUS/VUSB/g' *
. Also the hidden__MACOSX/
directory was discarded.Closes #151.