Quote:
Originally Posted by bl-is-future
if (MMMCutOut == true)
{
checkLVC
if (LVC == notSetCorrectly)
{
setLVCCorrectly
if (calibrateESC == false
{
claibrateESC
}
elseif (calibrateESC == true && MMMCutOut == false)
{
run that rc
}
elseif (MMMCutOut == true)
{
buyBetterBatteries
}
}
}
In english check your LVC and set it correctly. Then calibrate the ESC VIA manual instructions. If it still cuts out buy better batteries.
|
You outta pad the nested conditionals to make it easier to see the heirarchy.