Update documentation

This commit is contained in:
GitHub Action
2022-11-20 19:07:21 +00:00
parent 7da9f91cd4
commit 5ecfd6ddc2
22 changed files with 288 additions and 61 deletions

View File

@ -231,6 +231,7 @@
<li><p>gravity32-release: Version for ESP32 mini.</p></li>
<li><p>gravity32-c3-release: Version for ESP32 C3 mini.</p></li>
<li><p>gravity32-s2-release: Version for ESP32 S2 mini.</p></li>
<li><p>gravity32-lite-release: Version for ESP32 lite (Floaty hardware).</p></li>
</ul>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
@ -334,6 +335,12 @@ with the option <strong>DUSE_SERIAL_PINS</strong> and attach as USB to TTL cable
<tr class="row-odd"><td><p>USE_SERIAL_PINS</p></td>
<td><p>Will send the serial console to the TX/RX pins on an ESP32 target so that debugging can be done when on battery</p></td>
</tr>
<tr class="row-even"><td><p>REDUCE_WIFI_POWER</p></td>
<td><p>Will reduce wifi power to support the ESP32C3 v1.0 which has a bad antenna</p></td>
</tr>
<tr class="row-odd"><td><p>FLOATY</p></td>
<td><p>Build for the ESP32lite FLOATY hardware option (no DS18B20 and no battery monitor)</p></td>
</tr>
</tbody>
</table></div>
</div>