We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1be54 commit c7ddec0Copy full SHA for c7ddec0
1 file changed
docs/advanced/compiling-wled.md
@@ -42,7 +42,7 @@ Alternatively fork the WLED project first and download it from your fork.
42
Make sure Git Client is installed on your system. You can get it [here](https://git-scm.com/downloads).
43
44
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.
+2. Add a semicolon in front of the line that start `default_envs = ` to comment it out.
46
3. Select your build environment by un-commenting one of the lines starting with `; default_envs =`.
47
Please remove _BOTH_ the `;` and the whitespace behind it to correctly uncomment the line.
48
For most ESP8266 boards, the `d1_mini` environment is best.
0 commit comments