1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-18 21:13:35 +01:00

nyx: change imu cal warning message

This commit is contained in:
CTCaer 2024-03-29 13:42:41 +02:00
parent 5607fd18ea
commit cfbbafe72f

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
{