File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 732732 },
733733 "steps" : [
734734 {
735- "title" : " 1. Install IDE " ,
735+ "title" : " 1. Install Tools " ,
736736 "items" : [
737737 " Install <a href=\" https://code.visualstudio.com/\" target=\" _blank\" >Visual Studio Code</a>" ,
738738 " Install the <a href=\" https://platformio.org/install/ide?install=vscode\" target=\" _blank\" >PlatformIO IDE</a> extension" ,
739- " Open the <code>.code-workspace</code> file in VS Code"
739+ " Install <a href=\" https://nodejs.org/\" target=\" _blank\" >Node.js</a> (includes <code>npm</code>, needed to minify web assets)" ,
740+ " Open a terminal and run <code>npm install -g html-minifier-terser clean-css-cli terser</code>" ,
741+ " Open the <code>.code-workspace</code> file in Visual Studio Code"
740742 ]
741743 },
742744 {
743745 "title" : " 2. Flash" ,
744746 "items" : [
745747 " Connect the ESP32 via USB" ,
746748 " Hold the <strong>BOOT</strong> button on the ESP32" ,
747- " Click <strong>Upload</strong> (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>U</kbd>) in VS Code"
749+ " Click <strong>Upload</strong> (<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>U</kbd>) in Visual Studio Code"
748750 ]
749751 },
750752 {
You can’t perform that action at this time.
0 commit comments