nyx: change imu cal warning message

This commit is contained in:
CTCaer 2024-03-29 13:42:41 +02:00
parent 5607fd18ea
commit cfbbafe72f
1 changed files with 1 additions and 1 deletions

View File

@ -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
{