From 623e676da2e84c6deb69060167e679f054678cb8 Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Sun, 12 Nov 2023 12:42:16 -0500 Subject: [PATCH] Add instructions for changing firmware language. This is added by https://github.com/joeycastillo/Sensor-Watch/pull/323 --- content/en/docs/movement/building.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/movement/building.md b/content/en/docs/movement/building.md index 5ba3db9..7a94133 100644 --- a/content/en/docs/movement/building.md +++ b/content/en/docs/movement/building.md @@ -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.