From 04fe0b4decdaaf0d6b40f3ca789faa11c0f91ba7 Mon Sep 17 00:00:00 2001 From: Nightly Bump Date: Thu, 29 Feb 2024 14:02:32 +0100 Subject: [PATCH] prusa-errors: bump - 4d9bab2: Unify Buddy platform error codes - 98cd187: Add connect filament runout code. - 314a859: Add the 8 category to the readme (#128) - e9fce62: MMU: Update error-codes.yaml (#127) - 721e81d: Remove codes, that does not make sense for certa.. - 403b077: Add warning codes to yaml, so we can send them t.. - 6a96046: Change the text of failed Z axis home on mk3.5 - 224545e: Connect attention states (#123) - 63a5895: Change MK3.5's USB_PID from 20 to 23 - 727d801: Final text of MK3.5 & MK4 & MK3.9 wrong FW error - 8355496: Remove from MK3.5 yaml irrelevant errors (heatbr.. - 06a529e: Shorten text of mk3.5 detection error - 1ab0bdf: Edit boot error (mk3.5 HW) text - 7f45bfc: Fix includes in header generation - 89874e2: Change error generated files to mmu format - 4d7ec91: Add title to XX701 - c49ce60: Add wrong fw error (MK3.5 - MK4) - 9bb23e3: Shorten power painic detected on startup, it did.. - 14b01d0: Add MCU_MAXTEMP_ERR to MK3.5 - f37e3a7: Add MCU_MAXTEMP_ERR (#112) - 95837d1: Add XX601 and XX609 errors to yamls - ffe5f4c: Edit XX401 error text - c6f514a: Sync PEC and private - bac05cb: Add MMU error from private - 8b0a264: Add CONNECT_REGISTRATION_FIALED - 98f438f: Delete duplicate - e9e5670: Add type to MMU errors - 208b066: Update README.md - 008dce1: Update error-codes.yaml (#101) - 432c601: Update error-codes.yaml (#102) - dcdef28: Update error-codes.yaml (#103) - 8d8a22f: Add iX and MK35 error codes. - 533524b: xl: Add dwarf nozzle overcurrent error code - 7a93189: Update error-codes.yaml (#97) --- .../recipes-firmware/prusa-errors/prusa-errors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-prusa/recipes-firmware/prusa-errors/prusa-errors_git.bb b/sources/meta-prusa/recipes-firmware/prusa-errors/prusa-errors_git.bb index 5f685b04..b27dfc2c 100644 --- a/sources/meta-prusa/recipes-firmware/prusa-errors/prusa-errors_git.bb +++ b/sources/meta-prusa/recipes-firmware/prusa-errors/prusa-errors_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" SRC_URI = " \ git://github.com/prusa3d/Prusa-Error-Codes.git;protocol=https;branch=master \ " -SRCREV:pn-${PN} = "61930575e961cf9d4c66d92c05e4f83b649744c4" +SRCREV:pn-${PN} = "4d9bab2eb968bf80145ed49b515aaaac833f8486" DEPENDS += "python3" RDEPENDS:${PN} += "python3-pyyaml"