Skip to content

Commit

Permalink
buddy: Add title to MMU error
Browse files Browse the repository at this point in the history
This is a generic error that happens in Load/Unload with MMU. There is
large number of errors that can happen during the MMU Loading/Unloading
so we use a generic title here.

BFW-5773
  • Loading branch information
Tomcus committed Aug 9, 2024
1 parent 671a547 commit 76ef834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yaml/buddy-error-codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ Errors:

- code: "XX815"
printers: [MK4, MK3.5]
title: ""
title: "MMU Error" # This is a generic error for any MMU error, so we use generic title, until we send mmu errors directly
text: "Waiting for user input"
id: "MMU_LOAD_UNLOAD_ERROR"
type: "CONNECT"
Expand Down

0 comments on commit 76ef834

Please sign in to comment.