Skip to content

Commit 94b9c61

Browse files
abrenderjannau
authored andcommitted
Add 26.3 to firmware versions
This version was taken from an M4 MacBook Air. Signed-off-by: Avi Brender <[email protected]>
1 parent 47b69b8 commit 94b9c61

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/firmware.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ const struct fw_version_info fw_versions[NUM_FW_VERSIONS] = {
197197
[V26_2] = {V26_2, "26.2", {26, 2, 0}, 3, "iBoot-13822.61.10"},
198198
[V26_3B1] = {V26_3B1, "26.3 beta", {26, 2, 98, 1}, 4, "iBoot-13822.80.393"},
199199
[V26_3B2] = {V26_3B2, "26.3 beta2", {26, 2, 98, 2}, 4, "iBoot-13822.80.406"},
200+
[V26_3] = {V26_3, "26.3", {26, 3, 0}, 3, "iBoot-13822.81.10"},
200201
// clang-format on
201202
};
202203

src/firmware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ enum fw_version {
182182
V26_2,
183183
V26_3B1,
184184
V26_3B2,
185+
V26_3,
185186
NUM_FW_VERSIONS,
186187
};
187188

0 commit comments

Comments
 (0)