diff options
| author | Selene ToyKeeper | 2024-03-12 13:17:47 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2024-03-12 13:17:47 -0600 |
| commit | 8dbc5c8b694a5a60b5f2bbc4228037eff119ba68 (patch) | |
| tree | 4e2404dcbc74c175bc9c60a68bb18708f15cb521 /docs | |
| parent | added wurkkos-ts25-boost (early version made from spec, no clue if it works) (diff) | |
| parent | enabled eeprom read/write stabilization by default on recent MCUs, (diff) | |
| download | anduril-8dbc5c8b694a5a60b5f2bbc4228037eff119ba68.tar.gz anduril-8dbc5c8b694a5a60b5f2bbc4228037eff119ba68.tar.bz2 anduril-8dbc5c8b694a5a60b5f2bbc4228037eff119ba68.zip | |
Merge branch 'trunk' into wurkkos-ts25-boost
* trunk:
enabled eeprom read/write stabilization by default on recent MCUs, to prevent corrupt data
thefreeman-avr32dd20-devkit: enable boost bypass at boot, so AA/NiMH can boot
avr32dd20-devkit: use unimplemented "CH" pin as a boost bypass control
added "emisar-2ch-fet-joined" build, for D4S w/ lighted switch
documented FW3X swapped pins better
documented Wurkkos TS25/TS11/FC13 distinctions
build.sh: don't require DFPs, newer avr-libc doesn't need them
use BLIP_LEVEL instead of 0 for "blip"s
clarified which-hex-file.md a bit; make sure the model number matches
fw3x: reduced pulsing on low modes
Diffstat (limited to '')
| -rw-r--r-- | docs/which-hex-file.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/which-hex-file.md b/docs/which-hex-file.md index 3847217..9dcc644 100644 --- a/docs/which-hex-file.md +++ b/docs/which-hex-file.md @@ -1,7 +1,10 @@ # How to figure out which .hex file to use -The name of a product is **not** enough information to find the right .hex -file. Ask the light what firmware it needs! +Using the wrong firmware will make the light stop working, so when flashing +firmware, **be sure the model number matches**! + +The name of a product is *not* enough information to find the right .hex +file. Ask the light what firmware it needs: 1. Use the Version Check function (15 or more clicks from Off) to find out which flavor of the firmware the light has installed. @@ -16,6 +19,6 @@ file. Ask the light what firmware it needs! The Version Check format has changed a few times. Use [this section of the manual](anduril-manual.md#Version_Check_Formats) to learn about those formats and how to use them. In most cases, it should -have a model number and a date... and you need the model number to find the -correct .hex file. +have a model number and a date... and **you need the model number** to find +the correct .hex file. |
