From 86c774f737560b76d0f601d8d68ec2d3abcf76c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 25 Feb 2026 21:05:32 +0100 Subject: [PATCH] bit too critical .. --- meshtastic/common.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/common.proto b/meshtastic/common.proto index 3f8537c..bb08e3f 100644 --- a/meshtastic/common.proto +++ b/meshtastic/common.proto @@ -215,7 +215,7 @@ enum AltSource { * Error codes for critical errors. * The device might report these fault codes on the screen. */ -enum CriticalErrorCode { +enum ErrorCode { /* No critical error */ CRITICAL_NONE = 0; /* Transmit watchdog timer expired */