From 7b27c93219c73625775e3750a7ceb342ec1964c0 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 13 Feb 2026 02:46:54 -0700 Subject: [PATCH] Reorder firmware versions: custom first, then newest-to-oldest stock --- .../docs/firmware/version-comparison.mdx | 172 +++++++++--------- 1 file changed, 86 insertions(+), 86 deletions(-) diff --git a/site/src/content/docs/firmware/version-comparison.mdx b/site/src/content/docs/firmware/version-comparison.mdx index 5d2eb4e..ec00036 100644 --- a/site/src/content/docs/firmware/version-comparison.mdx +++ b/site/src/content/docs/firmware/version-comparison.mdx @@ -11,12 +11,12 @@ Five firmware versions have been analyzed through Ghidra reverse engineering and | Firmware | Version ID | Build Date | Target PID | Functions | Binary Size | Stack Pointer | |----------|-----------|------------|------------|-----------|-------------|---------------| -| v2.06.04 | `0x020604` | 2007-07-13 | `0x0203` | 61 | 9,472 bytes | `0x72` | -| Rev.2 v2.10.04 | `0x020A04` | 2010-03-12 | `0x0202` | 107 | 8,843 bytes | `0x4F` | +| Custom v3.01.0 | `0x030100` | 2026-02-12 | `0x0203` | N/A | ~3 KB (RAM) | N/A | | v2.13.01 (FW1) | `0x020D01` | 2010-03-12 | `0x0203` | 82-88 | 9,322 bytes | `0x50` | | v2.13.02 (FW2) | `0x020D01` | 2010-03-12 | `0x0203` | 83 | 9,377 bytes | `0x50` | | v2.13.03 (FW3) | `0x020D01` | 2010-03-12 | `0x0203` | 83 | 9,369 bytes | `0x52` | -| Custom v3.01.0 | `0x030100` | 2026-02-12 | `0x0203` | N/A | ~3 KB (RAM) | N/A | +| Rev.2 v2.10.04 | `0x020A04` | 2010-03-12 | `0x0202` | 107 | 8,843 bytes | `0x4F` | +| v2.06.04 | `0x020604` | 2007-07-13 | `0x0203` | 61 | 9,472 bytes | `0x72` |