mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-06 14:47:42 -07:00
✏️ Fix variant docs typo (#27850)
This commit is contained in:
parent
4a0b3d1c9b
commit
fbea4c6048
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
This `buildroot/share/PlatformIO/variants` folder contains Marlin custom variants for both generic and custom boards.
|
||||
|
||||
Marlin specifies board variants in PlatformIO INI files in one of two ways:
|
||||
- The `board_build.variant = VARIANT_MAME` field specifies the variant subfolder name directly.
|
||||
- The `board_build.variant = VARIANT_NAME` field specifies the variant subfolder name directly.
|
||||
- The `board = board_name` field names a custom board JSON file that contains a `build.variant` field.
|
||||
|
||||
## Variant File Naming
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue