Skip to content

Commit

Permalink
Add wrong fw error (MK3.5 - MK4)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrudolf committed Dec 5, 2023
1 parent 9bb23e3 commit c49ce60
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions 12_MINI/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,4 @@ Errors:
text: "USB flash drive contains\nunsupported firmware BBF file."
id: "UNSUPPORTED_BBF_VERSION"
approved: true
# 12701 reserved
6 changes: 6 additions & 0 deletions 13_MK4/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,9 @@ Errors:
text: "USB flash drive contains\nunsupported firmware BBF file."
id: "UNSUPPORTED_BBF_VERSION"
approved: true

- code: "13701"
title: ""
text: "To continue, please insert the bundled USB flash drive and install the MK3.5 firmware"
id: "DIFFERENT_FW_REQUIRED"
approved: true
1 change: 1 addition & 0 deletions 16_iX/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,4 @@ Errors:
text: "USB flash drive contains\nunsupported firmware BBF file."
id: "UNSUPPORTED_BBF_VERSION"
approved: true
# 16701 reserved
1 change: 1 addition & 0 deletions 17_XL/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,4 @@ Errors:
text: "USB flash drive contains\nunsupported firmware BBF file."
id: "UNSUPPORTED_BBF_VERSION"
approved: true
# 17701 reserved
5 changes: 5 additions & 0 deletions 20_MK3.5/error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,8 @@ Errors:
text: "USB flash drive contains\nunsupported firmware BBF file."
id: "UNSUPPORTED_BBF_VERSION"
approved: true
- code: "20701"
title: ""
text: "To continue, please insert the bundled USB flash drive and install the MK4/MK3.9 firmware"
id: "DIFFERENT_FW_REQUIRED"
approved: true

0 comments on commit c49ce60

Please sign in to comment.