Correct command for picking project environment

This commit is contained in:
andi448 2023-04-10 14:51:26 +02:00 committed by Thomas Göttgens
parent b47d528408
commit 2bf62c87cb

View file

@ -24,7 +24,7 @@ Meshtastic uses [PlatformIO](https://platformio.org), a development environment
2. To select the device you you wish to build, open your [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette): 2. To select the device you you wish to build, open your [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette):
- Windows: `Ctrl + Shift + P` - Windows: `Ctrl + Shift + P`
- Mac: `command + Shift + P` - Mac: `command + Shift + P`
3. Enter: `platformio: Switch Project Environment` and select your target. 3. Enter: `PlatformIO: Pick Project Environment` and select your target.
4. To build the firmware, simply run `PlatformIO: Build` from your command palette. 4. To build the firmware, simply run `PlatformIO: Build` from your command palette.
5. Finally, flash the firmware to your device by running `PlatformIO: Upload` 5. Finally, flash the firmware to your device by running `PlatformIO: Upload`