Skip to content

Commit c7ddec0

Browse files
authored
Clarify commenting instructions in compiling WLED
Updated instructions for commenting out default_envs line.
1 parent 4b1be54 commit c7ddec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/compiling-wled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Alternatively fork the WLED project first and download it from your fork.
4242
Make sure Git Client is installed on your system. You can get it [here](https://git-scm.com/downloads).
4343

4444
1. In VS Code, open the file `platformio.ini`.
45-
2. Add a semicolon in front of the line that says `default_envs = travis_esp8266, travis_esp32` to comment it out.
45+
2. Add a semicolon in front of the line that start `default_envs = ` to comment it out.
4646
3. Select your build environment by un-commenting one of the lines starting with `; default_envs =`.
4747
Please remove _BOTH_ the `;` and the whitespace behind it to correctly uncomment the line.
4848
For most ESP8266 boards, the `d1_mini` environment is best.

0 commit comments

Comments
 (0)