Fix Pinout HTML table layout
when trying to copy the layout into html, the output breaks due to a missing closing backet
This commit is contained in:
parent
e60e4f1f5d
commit
194ee39629
|
@ -92,7 +92,7 @@ build pre_build bin.
|
|||
<td>6</td><td>GPIO12</td><td></td><td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td><td>GPIO13</td<td></td><td></td>
|
||||
<td>7</td><td>GPIO13</td><td></td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
#### [*] D0(GPIO16) can only be used as gpio read/write. no interrupt supported. no pwm/i2c/ow supported.
|
||||
|
|
Loading…
Reference in New Issue