From 81238fbb15a2c053f9ea1c8af5739d5a0ff30b58 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Tue, 30 Aug 2022 13:26:04 +0200 Subject: [PATCH] Move MSG_PAUSED_THERMAL_ERROR outside TEMP_MODEL MSG_PAUSED_THERMAL_ERROR is not specific to model-checking and can be used also on MK25* variants. --- Firmware/messages.cpp | 2 +- Firmware/messages.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Firmware/messages.cpp b/Firmware/messages.cpp index e33884d62..7eeb547ad 100644 --- a/Firmware/messages.cpp +++ b/Firmware/messages.cpp @@ -159,9 +159,9 @@ const char MSG_IR_04_OR_NEWER[] PROGMEM_I1 = ISTR(" 0.4 or newer");////MSG_IR_04 const char MSG_IR_03_OR_OLDER[] PROGMEM_I1 = ISTR(" 0.3 or older");////MSG_IR_03_OR_OLDER c=18 const char MSG_IR_UNKNOWN[] PROGMEM_I1 = ISTR("unknown state");////MSG_IR_UNKNOWN c=18 #endif +extern const char MSG_PAUSED_THERMAL_ERROR[] PROGMEM_I1 = ISTR("PAUSED THERMAL ERROR");////c=20 #ifdef TEMP_MODEL extern const char MSG_THERMAL_ANOMALY[] PROGMEM_I1 = ISTR("THERMAL ANOMALY");////c=20 -extern const char MSG_PAUSED_THERMAL_ERROR[] PROGMEM_I1 = ISTR("PAUSED THERMAL ERROR");////c=20 #endif //not internationalized messages diff --git a/Firmware/messages.h b/Firmware/messages.h index 94532049b..6772bbb5f 100644 --- a/Firmware/messages.h +++ b/Firmware/messages.h @@ -168,9 +168,9 @@ extern const char MSG_IR_04_OR_NEWER[]; extern const char MSG_IR_03_OR_OLDER[]; extern const char MSG_IR_UNKNOWN[]; #endif +extern const char MSG_PAUSED_THERMAL_ERROR[]; #ifdef TEMP_MODEL extern const char MSG_THERMAL_ANOMALY[]; -extern const char MSG_PAUSED_THERMAL_ERROR[]; #endif //not internationalized messages