Add SuperExpo Factor

This commit is contained in:
Gary Keeble 2016-04-16 19:28:29 +01:00
parent c5bd5d687f
commit d4228388af
1 changed files with 4 additions and 1 deletions

View File

@ -1183,12 +1183,15 @@ static bool blackboxWriteSysinfo()
blackboxPrintfHeaderLine("rcYawExpo:%d", masterConfig.profile[masterConfig.current_profile_index].controlRateProfile[masterConfig.profile[masterConfig.current_profile_index].activeRateProfile].rcYawExpo8);
break;
case 15:
blackboxPrintfHeaderLine("superExpoFactor:%d", masterConfig.rxConfig.superExpoFactor);
break;
case 16:
blackboxPrintfHeaderLine("rates:%d,%d,%d",
masterConfig.profile[masterConfig.current_profile_index].controlRateProfile[masterConfig.profile[masterConfig.current_profile_index].activeRateProfile].rates[0],
masterConfig.profile[masterConfig.current_profile_index].controlRateProfile[masterConfig.profile[masterConfig.current_profile_index].activeRateProfile].rates[1],
masterConfig.profile[masterConfig.current_profile_index].controlRateProfile[masterConfig.profile[masterConfig.current_profile_index].activeRateProfile].rates[2]);
break;
case 16:
case 17:
blackboxPrintfHeaderLine("looptime:%d", targetLooptime);
break;
default: