mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
nyx: change imu cal warning message
This commit is contained in:
parent
5607fd18ea
commit
cfbbafe72f
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ disabled_or_cal0_issue:;
|
||||||
"#FFDD00 and that you paired them in HOS!#");
|
"#FFDD00 and that you paired them in HOS!#");
|
||||||
|
|
||||||
if (cal_error)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue