From f839d81a4c1b18f6d518bece285f84326e7eba99 Mon Sep 17 00:00:00 2001 From: Nestpebble <116762865+Nestpebble@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:24:54 +0100 Subject: [PATCH] Try again --- docs/development/firmware/building.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/firmware/building.mdx b/docs/development/firmware/building.mdx index bd84a6e4..927b3fca 100644 --- a/docs/development/firmware/building.mdx +++ b/docs/development/firmware/building.mdx @@ -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. -1. Go to https://gitpod.io#https://github.com/meshtastic/firmware. +1. Go to (https://gitpod.io#https://github.com/meshtastic/firmware). 2. Make the desired changes to the chosen variant. 3. Build the firmware by running: `pio run -e ` 4. Once complete, download `.bin` or `.uf2` from `/workspace/firmware/.pio/build/.`