|
@@ -6,7 +6,7 @@ You can also view the [Main-Board PCB layout as PDF](./plot/dispensy_pcb.pdf).
|
6
|
6
|
|
7
|
7
|
<script src="js/svg-pan-zoom.js" charset="UTF-8"></script>
|
8
|
8
|
<div style="background-color: white;">
|
9
|
|
- <embed type="image/svg+xml" src="../plot/dispensy_pcb.svg" id="pz_dispensy" style="width:100%;"/>
|
|
9
|
+ <embed type="image/svg+xml" src="./plot/dispensy_pcb.svg" id="pz_dispensy" style="width:100%;"/>
|
10
|
10
|
<script>
|
11
|
11
|
document.getElementById('pz_dispensy').addEventListener('load', function(){
|
12
|
12
|
svgPanZoom(document.getElementById('pz_dispensy'), {controlIconsEnabled: true});
|