diff options
| author | Selene ToyKeeper | 2023-11-30 09:22:44 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-30 09:22:44 -0700 |
| commit | ba976c05f34814c81a6db90362ecf23f64852a30 (patch) | |
| tree | 85c2dbb5e7ee03d9ca668414b9e6903b3bf48bc5 /docs | |
| parent | Merge branch 'avr32dd20-devkit' into trunk (diff) | |
| download | anduril-ba976c05f34814c81a6db90362ecf23f64852a30.tar.gz anduril-ba976c05f34814c81a6db90362ecf23f64852a30.tar.bz2 anduril-ba976c05f34814c81a6db90362ecf23f64852a30.zip | |
minor documentation updates
Diffstat (limited to '')
| -rw-r--r-- | docs/anduril-manual.md | 12 | ||||
| -rw-r--r-- | docs/which-hex-file.md | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index 830ecde..93c6428 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -36,12 +36,12 @@ Button presses Button presses are abbreviated using a simple notation: - - `1C`: One click. Press and then quickly release the button. - - `1H`: Hold. Press the button, but keep holding it. - - `2C`: Two clicks. Press and release quickly, twice. - - `2H`: Click, hold. Click two times, but hold the second press. - - `3C`: Three clicks. Press and release quickly, three times. - - `3H`: Click, click, hold. Click three times, but hold the final press. + - `1C`: **One click.** Press and then quickly release the button. + - `1H`: **Hold.** Press the button, but keep holding it. + - `2C`: **Two clicks.** Press and release quickly, twice. + - `2H`: **Click, hold.** Click two times, but hold the second press. + - `3C`: **Three clicks.** Press and release quickly, three times. + - `3H`: **Click, click, hold.** Click three times, but hold the final press. The same pattern is used with higher numbers too. For example, `10C` means ten clicks... and `10H` means ten clicks but hold the final press. diff --git a/docs/which-hex-file.md b/docs/which-hex-file.md index 88cc1d2..d59c6bd 100644 --- a/docs/which-hex-file.md +++ b/docs/which-hex-file.md @@ -4,10 +4,11 @@ which flavor of the firmware the light has installed. **WRITE THIS DOWN.** -2. Look up the model number in the MODELS file, to get the name and MCU type: - https://toykeeper.net/torches/fsm/anduril2/MODELS +2. Look up the model number in the [MODELS file](../MODELS), + to get the name and MCU type. 3. Find the newest firmware for that model. + https://github.com/ToyKeeper/anduril/releases https://toykeeper.net/torches/fsm/anduril2/?C=M;O=D If the version doesn't include a model number, you may be able to find |
