Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/en/docs/movement/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Compile firmware
* From within the [repo](https://github.com/joeycastillo/Sensor-Watch):
* `cd movement/make`
* `make COLOR=RED` (for Sensor Watch Lite boards), or for classic green boards, just `make`
* You can also add `LANGUAGE=SPANISH`, `LANGUAGE=GERMAN`, or `LANGUAGE=MAORI` to build a version with the UI translated into that language.

The built firmware will be at `build/watch.uf2`. You can now [flash](/docs/firmware/flashing) this firmware to your watch.

Expand Down