From ab15d77fc77b3ae8c4f77a88684a886199859095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danol=20=28Daniel=20=C4=8Cejchan=29?= Date: Tue, 28 May 2024 13:30:11 +0200 Subject: [PATCH] Update buddy-error-codes.yaml --- yaml/buddy-error-codes.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/yaml/buddy-error-codes.yaml b/yaml/buddy-error-codes.yaml index 28f0b03..efb327f 100644 --- a/yaml/buddy-error-codes.yaml +++ b/yaml/buddy-error-codes.yaml @@ -464,10 +464,12 @@ Errors: id: "CONNECT_REGISTRATION_FAILED" approved: true - - code: "XX402" - title: "NEW WIFI CREDENTIALS" - text: "Detected new Wi-Fi credentials. Do you accept them?" - id: "NEW_WIFI_CREDENTIALS" + # XX4402 NEW_WIFI_CREDENTIALS deprecated + + - code: "XX403" + title: "G-CODE METRICS CONFIG CHANGE" + text: "Gcode is trying to change metrics configuration.\n\nAllow the changes?" + id: "GCODE_METRICS_CONFIG_CHANGE" approved: false - code: "XX501"