diff options
| author | Selene ToyKeeper | 2023-05-30 08:04:09 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-05-30 08:04:09 -0600 |
| commit | 56c00af4f2888b454cf8086635e936780485f02b (patch) | |
| tree | d35342f6fb8c2fb682f879a9df56372b61921d47 | |
| parent | make sure blink_digit(0) uses the same timing as the rest of the UI (diff) | |
| download | anduril-56c00af4f2888b454cf8086635e936780485f02b.tar.gz anduril-56c00af4f2888b454cf8086635e936780485f02b.tar.bz2 anduril-56c00af4f2888b454cf8086635e936780485f02b.zip | |
documented new version check format
| -rw-r--r-- | spaghetti-monster/anduril/anduril-manual.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/spaghetti-monster/anduril/anduril-manual.txt b/spaghetti-monster/anduril/anduril-manual.txt index a30dcb6..1d5bc46 100644 --- a/spaghetti-monster/anduril/anduril-manual.txt +++ b/spaghetti-monster/anduril/anduril-manual.txt @@ -661,14 +661,17 @@ Version Check Mode ------------------ This allows people to see which version of the firmware is installed on -their light. The format for this is (usually) 12 digits -- a date -followed by a model number. YYYYMMDDBBPP +their light. The format for this is (usually) 12 digits -- a model +number and a date. BBPP.YYYY-MM-DD + - BB: Brand ID + - PP: Product ID - YYYY: Year - MM: Month - DD: Day - - BB: Brand ID - - PP: Product ID + +Versions before 2023-05-30 used YYYYMMDDBBPP format. +Anduril 1 used only YYYYMMDD format, or none at all. The date is when the firmware was compiled. If the vendor did not set this value, it defaults to 1969-07-20, the date of first human contact |
