This commit is contained in:
George Ruinelli
2022-10-07 16:59:23 +02:00
parent 6c85796abe
commit f80509c886

View File

@@ -41,6 +41,25 @@ textarea {
.hidden { .hidden {
display: none; display: none;
} }
.red {
color: red;
}
.gray {
background-color: Lightgray;
}
/*th {
text-align: left;
}
tbody tr:nth-child(odd) {
background-color: Lightgray;
}*/
</style> </style>
</head> </head>
@@ -817,8 +836,8 @@ textarea {
</td> </td>
<td class="description"> <td class="description">
GPIO 0 Usable with restrictions.<br> GPIO 0 Usable with restrictions.<br>
<span style="color: red">Must be disabled when camera is used.</span><br> <b>Must be disabled when camera is used.</b><br>
<span style="color: red">Pin is used to activate flash mode and must therefore be HIGH when booting.</span> <b>Pin is used to activate flash mode and must therefore be HIGH when booting.</b>
</td> </td>
</tr> </tr>
<tr class="expert" class="GPIO_IO0 GPIO_item"> <tr class="expert" class="GPIO_IO0 GPIO_item">
@@ -1099,7 +1118,7 @@ textarea {
</td> </td>
<td class="description"> <td class="description">
GPIO 4 Usable with restrictions.<br> GPIO 4 Usable with restrictions.<br>
<span style="color: red">Pin is used for build-in flash light.</span> <b>Pin is used for build-in flash light.</b>
</td> </td>
</tr> </tr>
<tr class="expert" class="GPIO_IO4 GPIO_item"> <tr class="expert" class="GPIO_IO4 GPIO_item">