mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 14:55:09 -06:00
docs: Fix typos (#6032)
Signed-off-by: Thijs Triemstra <info@collab.nl>
This commit is contained in:
parent
aca0c71a2b
commit
848a78d1a5
10 changed files with 37 additions and 37 deletions
|
@ -127,13 +127,13 @@ BOARD_DEFS = {
|
|||
```
|
||||
|
||||
The following fields may be specified:
|
||||
- `mcu`: The mcu type. This can be retrevied after configuring the build
|
||||
- `mcu`: The mcu type. This can be retrieved after configuring the build
|
||||
via `make menuconfig` by running `cat .config | grep CONFIG_MCU`. This
|
||||
field is required.
|
||||
- `spi_bus`: The SPI bus connected to the SD Card. This should be retreived
|
||||
- `spi_bus`: The SPI bus connected to the SD Card. This should be retrieved
|
||||
from the board's schematic. This field is required.
|
||||
- `cs_pin`: The Chip Select Pin connected to the SD Card. This should be
|
||||
retreived from the board schematic. This field is required.
|
||||
retrieved from the board schematic. This field is required.
|
||||
- `firmware_path`: The path on the SD Card where firmware should be
|
||||
transferred. The default is `firmware.bin`.
|
||||
- `current_firmware_path`: The path on the SD Card where the renamed firmware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue