From fbea4c604812dd5f7ee0f3066c4bcd34fafad4ab Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Wed, 14 May 2025 13:18:53 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20variant=20docs=20typ?= =?UTF-8?q?o=20(#27850)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/PlatformIO/variants/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/variants/README.md b/buildroot/share/PlatformIO/variants/README.md index ae64b1b439..0217e2ebd9 100644 --- a/buildroot/share/PlatformIO/variants/README.md +++ b/buildroot/share/PlatformIO/variants/README.md @@ -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