Skip to content

Commit 630c627

Browse files
jannaumarcan
authored andcommitted
firmware: Add 13.6.2 and 14.1.1 firmware versions
Signed-off-by: Janne Grunau <[email protected]>
1 parent a925356 commit 630c627

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/firmware.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const struct fw_version_info fw_versions[NUM_FW_VERSIONS] = {
3636
[V13_3] = {V13_3, "13.3", {13, 3, 0}, 3, "iBoot-8422.100.650"},
3737
[V13_5B4] = {V13_5B4, "13.5 beta4", {13, 4, 99, 4}, 4, "iBoot-8422.140.50.0.2"},
3838
[V13_5] = {V13_5, "13.5", {13, 5, 0}, 3, "iBoot-8422.141.2"},
39+
[V13_6_2] = {V13_6_2, "13.6.2", {13, 6, 2}, 3, "iBoot-8422.141.2.700.1"},
40+
[V14_1_1] = {V14_1_1, "14.1.1", {14, 1, 1}, 3, "iBoot-10151.41.12"},
3941
// clang-format on
4042
};
4143

src/firmware.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ enum fw_version {
2121
V13_3,
2222
V13_5B4,
2323
V13_5,
24+
V13_6_2,
25+
V14_1_1,
2426
NUM_FW_VERSIONS,
2527
};
2628

0 commit comments

Comments
 (0)