|
Re: Uploading Error
This. In the output window, there is a red square underneath the arrows. Always click that to stop the build before putting new code on the robot.
__________________
Code:
while (life){
frcObsession = true;
obs.ProgramAndObsess();
}
if (!life) life = true;
|