mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
Merge pull request #603 from meshtastic/feature-589
changes according to #589
This commit is contained in:
commit
6b8bea2df3
|
@ -15,12 +15,12 @@ Meshtastic uses [PlatformIO](https://platformio.org), a development environment
|
|||
```
|
||||
3. Update the repository's [submodules](https://github.com/meshtastic/firmware/blob/master/.gitmodules)
|
||||
```shell
|
||||
git submodule update --init
|
||||
cd firmware && git submodule update --init
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
1. Open the newly cloned folder in [Visual Studio Code](https://code.visualstudio.com).
|
||||
1. Open the newly cloned folder in [Visual Studio Code](https://code.visualstudio.com). If you do this for the first time, this can take quite some while as PlatformIO will download all the necessary tooling and libraries. Also if platformio is not installed, VSCode will ask you to install it, probably requiring a restart of the program.
|
||||
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`
|
||||
- Mac: `command + Shift + P`
|
||||
|
|
Loading…
Reference in a new issue