mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fix mis-render
This commit is contained in:
parent
c6e4307caa
commit
9e5d65872b
|
@ -72,7 +72,7 @@ The build system is modular. Adding a new board variant for an already supported
|
||||||
|
|
||||||
Gitpod offers an alternative method for compiling the firmware without installing Visual Studio Code. It is a web browser-based online IDE that can be used with a GitHub account. Gitpod provides a free tier suitable for light use, such as compiling custom firmware.
|
Gitpod offers an alternative method for compiling the firmware without installing Visual Studio Code. It is a web browser-based online IDE that can be used with a GitHub account. Gitpod provides a free tier suitable for light use, such as compiling custom firmware.
|
||||||
|
|
||||||
1. Go to (https://gitpod.io#https://github.com/meshtastic/firmware)[https://gitpod.io#https://github.com/meshtastic/firmware].
|
1. Go to <a href="https://gitpod.io#https://github.com/meshtastic/firmware">https://gitpod.io#https://github.com/meshtastic/firmware</a>.
|
||||||
2. Make the desired changes to the chosen variant.
|
2. Make the desired changes to the chosen variant.
|
||||||
3. Build the firmware by running: `pio run -e <variant_name>`
|
3. Build the firmware by running: `pio run -e <variant_name>`
|
||||||
4. Once complete, download `<variant_name>.bin` or `<variant_name>.uf2` from `/workspace/firmware/.pio/build/<variant_name>.`
|
4. Once complete, download `<variant_name>.bin` or `<variant_name>.uf2` from `/workspace/firmware/.pio/build/<variant_name>.`
|
||||||
|
|
Loading…
Reference in a new issue