From 8a9efd41359c531a7fafa3cfe365751a7ef65ce4 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Wed, 14 Feb 2024 14:38:49 +0100 Subject: [PATCH] Add the 8 category to the readme Already used in the codes, updating the readme to reflect reality. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66c33d2..0c28a0d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Example: 12201 5. System - FW crash, … 6. Bootloader - FW update, USB/SD card fail 7. Warnings +8. Dialogs for Connect - not really errors, identifiers for communicating + dialogs to the server. If there's an error in one of the above categories, it + is possible to reuse that error code directly, no need to create a duplicate + one in this category. More information about the error codes can be found at: [prusa.io/error-codes](https://prusa.io/error-codes)