|
Re: team 3080 problem help
Here is your problem. The "Deploy" (play) button in Main dosen't actually save the code, it just places it in RAM and executes it. Thus, it will go away when you reboot. That is designed to test code, not permanently store it. In order to store it, right-click on "FRC Boot-up Deployment" under Build Specifications, and press "Run As Startup". It will deploy the code to flash, so it will stay when you reboot. If you just want to test the code, then you can go into Robot Main and press the play button, it's faster.
__________________
Kettering University - Computer Engineering
Kettering Motorsports
Williams International - Commercial Engines - Controls and Accessories
FRC 33 - The Killer Bees - 2009-2012 Student, 2013-2014 Advisor
VEX IQ 3333 - The Bumble Bees - 2014+ Mentor
"Sometimes, the elegant implementation is a function. Not a method. Not a class. Not a framework. Just a function." ~ John Carmack
|