Skip to content

Commit 1b8822e

Browse files
authored
Merge pull request #61 from Esteth/patch-2
Explicitly call out matching the firmware build env to the board.
2 parents d66d578 + 5c8a534 commit 1b8822e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/hardware/Firmware/firmware.mdx

+10-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The following instructions are for users who have assembled their own hardware o
1212

1313
## Setup
1414

15-
Now that you've assembled your DIY Babble Tracker, you need to flash the firmware for it. This guide uses the wired/wireless `wroom` setup, although the setup process is similar for other devices.
15+
Now that you've assembled your DIY Babble Tracker, you need to flash the firmware for it. This guide uses the wired/wireless `wroom` setup, although the setup process is similar for other boards.
1616

1717
:::info
1818
At present moment wireless and wired firmware can only be used mutually exclusively, IE you can't switch them out on the fly.
@@ -40,10 +40,18 @@ You should now see something along the lines of this:
4040
### Step 5
4141
At this point, click on the platformio-ide extension on the left toolbar. It's the icon with a bug!
4242

43-
At the bottom, you'll see an `env:` field followed by the firmware to build and upload. For `wroom`, choose:
43+
At the bottom, you'll see an `env:` field followed by the firmware to build and upload. You must select the env appropriate to both your board type **and** wired/wireless type.
44+
45+
For a `wroom` board:
4446
- `env:Babble_USB-wrooms-s3` for wired
4547
- `env:Babble-wrooms-s3` for wireless
4648

49+
For Xiao Sense S3:
50+
- `env:xiaosenses3_USB_release` for wired
51+
- `env:xiaosenses3_release` for wireless
52+
53+
Other supported boards will appear in the selector in wired/wireless variants. Make sure you select the appropriate env for your board.
54+
4755
<details>
4856
<summary>If flashing wireless firmware, you'll need to set your wifi's `ssid`, `password` and `mdnsname`.</summary>
4957

0 commit comments

Comments
 (0)