apl: ASCII ueberschreibe string; warmboot: PKG1 20260123 -> FW 22.0.0
All checks were successful
Build / Build (push) Successful in 22s

Made-with: Cursor
This commit is contained in:
2026-04-10 21:34:05 +02:00
parent fa5e32f92d
commit e5ab6a2ed0
2 changed files with 2 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ static u32 get_target_firmware_from_pkg1(const u8 *package1)
if (memcmp(package1 + 0x10, "20240808", 8) == 0) return 0x1300; // 19.0.0
if (memcmp(package1 + 0x10, "20250206", 8) == 0) return 0x1400; // 20.0.0
if (memcmp(package1 + 0x10, "20251009", 8) == 0) return 0x1500; // 21.0.0
if (memcmp(package1 + 0x10, "20260123", 8) == 0) return 0x1600; // 22.0.0
break;
default:
break;