diff --git a/targets/FreeRTOS/ESP32_DevKitC/BUILD-ESP32.md b/targets/FreeRTOS/ESP32_DevKitC/BUILD-ESP32.md index 3a7995b976..bb97387ac0 100644 --- a/targets/FreeRTOS/ESP32_DevKitC/BUILD-ESP32.md +++ b/targets/FreeRTOS/ESP32_DevKitC/BUILD-ESP32.md @@ -55,10 +55,12 @@ On Windows, one may use the `.\install-esp32-tools.ps1` Power Shell script locat - `C:\Esp32_Tools` -Open Power Shell in the root folder of the repository and run the script specifying `ESP32_DEVKITC` as the target BOARD_NAME. Optionally specify the COM port the ESP32 flash programming utility will use (The COM port is easily changed later. If it is not specified, manually edit tasks.json and change instances of `` to the required port before flashing the ESP32 nanoCLR firmware.) +Open Power Shell in the root folder of the repository and run the script specifying the COM port the ESP32 flash programming utility will use (The COM port is easily changed later. If it is not specified, manually edit tasks.json and change instances of `` to the required port before flashing the ESP32 nanoCLR firmware.) Example Power Shell command line: -```.\install-esp32-tools.ps1 -BOARD_NAME ESP32_DEVKITC -COMPORT COM19``` +``` +.\install-esp32-tools.ps1 -COMPORT COM19 +``` You can force the environemnt variables to be updated by adding -Force to the command line.