From dcd34c81e3fadd31e398819b5a263ec940240212 Mon Sep 17 00:00:00 2001 From: Jonas Niesner Date: Tue, 2 Jan 2024 09:32:28 +0100 Subject: [PATCH] Updated Binary file nomenclature (markdown) --- Binary-file-nomenclature.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Binary-file-nomenclature.md b/Binary-file-nomenclature.md index 2b4812f..2d0cbbe 100644 --- a/Binary-file-nomenclature.md +++ b/Binary-file-nomenclature.md @@ -31,14 +31,14 @@ Tagorap: If this is firmware for tag operation, this field is "tag", if it is us Fullorota: Some tags have different files for OTA and direct to tag flashing. If this this is the case, this part can be "full" or "ota". If not, this field is not present -Version: The version of the firmware in decimal format, always 4 digit +Version: The version of the firmware in decimal format, always 2 digit Examples: -SOLUM_29_SSD1619-tag-0015.bin +SOLUM_29_SSD1619-tag-15.bin Firmware for a 2.9" ZBS based tags with no mods to be put on the tag with version 15 -SOLUM_M3_BWR_29-tag-full-0016.bin +SOLUM_M3_BWR_29-tag-full-16.bin Firmware to flash a M3 2.9" tag with version 16 \ No newline at end of file