|
05.19.2008, 10:43 AM
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.
|