Deploying to gh-pages from @ Klipper3d/klipper@848a78d1a5 🚀

This commit is contained in:
KevinOConnor
2023-02-20 16:07:14 +00:00
parent bc59ba8d7d
commit 6913c09690
56 changed files with 283 additions and 288 deletions

View File

@@ -1517,13 +1517,13 @@ in dictionary, for example:</p>
<p>The following fields may be specified:</p>
<ul>
<li><code>mcu</code>: The mcu type. This can be retrevied after configuring the build
<li><code>mcu</code>: The mcu type. This can be retrieved after configuring the build
via <code>make menuconfig</code> by running <code>cat .config | grep CONFIG_MCU</code>. This
field is required.</li>
<li><code>spi_bus</code>: The SPI bus connected to the SD Card. This should be retreived
<li><code>spi_bus</code>: The SPI bus connected to the SD Card. This should be retrieved
from the board's schematic. This field is required.</li>
<li><code>cs_pin</code>: The Chip Select Pin connected to the SD Card. This should be
retreived from the board schematic. This field is required.</li>
retrieved from the board schematic. This field is required.</li>
<li><code>firmware_path</code>: The path on the SD Card where firmware should be
transferred. The default is <code>firmware.bin</code>.</li>
<li><code>current_firmware_path</code>: The path on the SD Card where the renamed firmware