From cfbbafe72f938bf8bd181fca38b4057ada2cffb3 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 29 Mar 2024 13:42:41 +0200 Subject: [PATCH] nyx: change imu cal warning message --- nyx/nyx_gui/frontend/gui_options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyx/nyx_gui/frontend/gui_options.c b/nyx/nyx_gui/frontend/gui_options.c index 18be76f..401704a 100644 --- a/nyx/nyx_gui/frontend/gui_options.c +++ b/nyx/nyx_gui/frontend/gui_options.c @@ -1081,7 +1081,7 @@ disabled_or_cal0_issue:; "#FFDD00 and that you paired them in HOS!#"); if (cal_error) - strcat(txt_buf, "\n\n#FF8000 Warning:# Failed to get full calibration data!"); + s_printf(txt_buf + strlen(txt_buf), "\n\n#FF8000 Warning: Failed (%d) to get IMU calibration!#", cal_error); } else {