Skip to content

Commit 5cd7052

Browse files
ElectricS01jannau
authored andcommitted
Add 26.4/mBoot to firmware versions
Signed-off-by: ElectricS01 <[email protected]>
1 parent 1ab3dee commit 5cd7052

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
@@ -198,6 +198,7 @@ const struct fw_version_info fw_versions[NUM_FW_VERSIONS] = {
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"},
200200
[V26_3] = {V26_3, "26.3", {26, 3, 0}, 3, "iBoot-13822.81.10"},
201+
[V26_4] = {V26_4, "26.4", {26, 4, 0}, 3, "mBoot-18000.101.7"},
201202
// clang-format on
202203
};
203204

src/firmware.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ enum fw_version {
183183
V26_3B1,
184184
V26_3B2,
185185
V26_3,
186+
V26_4,
186187
NUM_FW_VERSIONS,
187188
};
188189

0 commit comments

Comments
 (0)