mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONS
Move the definition of SERIAL_BAUD to the main src/Kconfig file. Only show this as an option if the user selects the ability to configure low-level options. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
4fec225115
commit
b6ccd2682c
8 changed files with 9 additions and 27 deletions
|
@ -50,9 +50,7 @@ make menuconfig
|
|||
```
|
||||
|
||||
Select the appropriate micro-controller and review any other options
|
||||
provided. For boards with serial ports, the recommended baud rate is
|
||||
250000 (see the [FAQ](FAQ.md#how-do-i-change-the-serial-baud-rate)
|
||||
before changing). Once configured, run:
|
||||
provided. Once configured, run:
|
||||
|
||||
```
|
||||
make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue